This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: installing sftpd on Win2k


Making an of assumptions here:
You want to use the sftp-server subsystem of sshd, right?

The installation is very simple:
1. Download http://cygwin.com/setup.exe
2. Install Cygwin.
3a. If using NTFS, set "CYGWIN=ntsec tty" for your systemwide
environment variables for Win2k.
3b. If not using NTFS, set "CYGWIN=tty" for your systemwide environment
variables for Win2k.
4. Add C:\Cygwin\bin to your systemwide PATH environment variable.
5. Reboot
6. Run ssh-host-config -y
7. Run "cygrunsrv -I sshd -p /usr/sbin/sshd -a '-D' -d 'Cygwin SSHD'"
8. Run "chmod 600 /etc/ssh_host*_key"
9. Run "chown system:system /etc/ssh_host*_key"
10. Run "cygrunsrv -S sshd"
11. Run "sftp localhost"

You're done.  It's all covered in /usr/doc/Cygwin/openssh-2.9p1.README.

HTH,
-ME

-----Original Message-----
From: cygwin-owner@sources.redhat.com
[mailto:cygwin-owner@sources.redhat.com] On Behalf Of Carl Masens
Sent: Tuesday, July 10, 2001 11:04 PM
To: cygwin@cygwin.com
Subject: installing sftpd on Win2k


having determined that inetd leaves one wide open to being hacked, how
does 
one install sfptd on a Win2K box, "srvany.exe" is not found when I do a
search?


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]