Date: Wed, 12 Jun 2002 09:12:35 +0200 From: Simas Cepaitis <Simas@5ci.lt> To: "'Justin P. Michel'" <jpmichel@jcontinuum.ca>, freebsd-questions@freebsd.org Subject: RE: Secure FTP Message-ID: <E2D6558ABE18D4119E720060084C966D02E6F817@AURORA>
next in thread | raw e-mail | index | archive | help
Hello, > -----Original Message----- > From: Justin P. Michel [mailto:jpmichel@jcontinuum.ca] > Sent: Wednesday, June 12, 2002 4:05 AM > To: freebsd-questions@freebsd.org > Subject: Secure FTP > > > Greetings, > > Can someone direct me to a program that I can use as a secure > FTP daemon? I > would like to use a feature on my ftp program called - SFTP (SSH2) - > allowing public-key access, but I have no idea what steps are > needed to > configure the server end of things. Short explanation :) Enter this line in your /etc/sshd_config if you don't have it yet (on the server machine) and restart sshd: Subsystem sftp /usr/libexec/sftp-server Restart sshd and add client's public key to ~user/.ssh/authorized_keys2 on the server machine. Be sure that firewall allows sftp connections. Simas Cepaitis simas@5ci.lt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E2D6558ABE18D4119E720060084C966D02E6F817>