0
votes
2answers
407 views

how to configure VSFTPD for sftp?

I have installed sftpd utility on fedora 10 to restrict users to there (chroot) home directories. It works fine when i use ftp prompt to connect. However it does not work when i connect using SFTP. ...
1
vote
4answers
694 views

I uninstalled vsftpd, but I can still connect with sftp

I installed vsftpd and was in the process of configuring it. When I sent the vsftpd server stop command: sudo service vsftpd stop I received: stop: Unknown instance So I went ahead and ...