PDA

View Full Version : I have FTP server, how to make SFTP?




shadman
Dec 4, 2009, 12:48 AM
OK well I finally got my FTP server all working and stuff using PureFTPd manager, and I can connect fine, but how do I make it integrated with SSH for SFTP to be more secure?



corbywan
Dec 5, 2009, 10:41 AM
Same here. Bump.

belvdr
Dec 5, 2009, 09:18 PM
Turn on Remote Login, aka the SSH daemon.

mikes63737
Dec 6, 2009, 01:46 PM
SFTP uses SSH (aka Remote Login).

If my understanding is correct, you don't even need FTP to be enabled. You can just enable SSH / Remote Login and connect immediately.

Queso
Dec 6, 2009, 01:50 PM
SFTP is entirely dependent on SSH. Open up the remote login option, then test with a client such as Filezilla.

belvdr
Dec 6, 2009, 07:38 PM
SFTP uses SSH (aka Remote Login).

Yes, that's what I said yesterday.

If my understanding is correct, you don't even need FTP to be enabled. You can just enable SSH / Remote Login and connect immediately.

Very true.

SFTP is entirely dependent on SSH. Open up the remote login option, then test with a client such as Filezilla.

Again, that's what I already said yesterday. Why give a duplicate answer 16 hours later?