anonymous sftp connection
peter.kielbasiewicz_at_philips.com
Date: 06/01/04
- Next in thread: Khurt Williams: "Re: anonymous sftp connection"
- Reply: Khurt Williams: "Re: anonymous sftp connection"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
To: secureshell@securityfocus.com Date: Tue, 1 Jun 2004 12:35:39 +0200
Hello,
I want to set up anonymous sftp connection but it seems that it is not
possible with openssh.
Many people argue that anonymous ftp does not really make sense but I
think most do not know about the sub-user account feature offered by
anonymous ftp.
This feature works as follows:
If you set up an anonymous ftp server you get a chrooted environment with
very tight restrictions.
After successful anonymous login one can issue a "user" command which
would check for that user in the file ~ftp/etc/passwd and prompts for the
password.
The file ~ftp/etc/passwd is only for used for ftp logins and thus can use
login names and password aging mechanisms which do not need to comply with
any standard policies imposed on the regular /etc/passwd file.
Thus you have a save ftp account and you do not change anything in the
regular /etc/passwd file.
The whole process can of course be scripted. A drawback here is the plain
text password within the script file but this can be tolerated if the
script file is only owner readable.
It would be great if the feature was available with sftp because then the
whole data transfer would be encrypted including transfer of the sub-user
login.
Does anybody know if there are plans to implement this mechanism with sftp
or if there are workaround solutions offering the same functionality?
-- best regards Peter Kielbasiewicz ____________________________________________________________________________ Philips Medizin Systeme Böblingen GmbH Peter Kielbasiewicz Phone: +49 (7031) 463-1893 Building 5 CMS-B IT (2C9) FAX : +49 (7031) 463-2944 Hewlett-Packard-Strasse 2 71034 Boeblingen e-mail: Peter.Kielbasiewicz@philips.com ____________________________________________________________________________ Jochen M. Franke, Dr. Werner Haas (Sprecher), David Russell, Wolfgang Strenzl Sitz der Gesellschaft: Böblingen Registergericht Böblingen Reg.-Nr. HRB 5187
- Next in thread: Khurt Williams: "Re: anonymous sftp connection"
- Reply: Khurt Williams: "Re: anonymous sftp connection"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|