Re: SFTP versus FTP over SSH2
From: Richard E. Silverman (res_at_qoxp.net)
Date: 03/08/05
- Next message: Jacob Nevins: "Re: SFTP versus FTP over SSH2"
- Previous message: Richard E. Silverman: "Re: sshd handing all authentication to shell"
- In reply to: Will: "SFTP versus FTP over SSH2"
- Next in thread: Will: "Re: SFTP versus FTP over SSH2"
- Reply: Will: "Re: SFTP versus FTP over SSH2"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 08 Mar 2005 07:11:49 -0500
>>>>> "Will" == Will <DELETE_westes@earthbroadcast.com> writes:
Will> Can someone please explain what is the difference between SFTP
Will> and FTP over SSH2? Is SFTP less secure?
Actually, you need to explain what you mean by "FTP over SSH2;" you did
not say what client you're using or how it's operating, and it is more
likely that SFTP is more secure. SFTP is a completely distinct
file-transfer protocol from FTP. It is specified by a draft of the SSH
working group and is designed to work over a secure full-duplex
connection, such as SSH. FTP, on the other hand, uses multiple TCP
connections in its operation and is not easily secured by SSH static port
forwarding. Unless you're using an SSH client with special FTP support
(such as Tectia, or SecureFX), it is likely that you were only protecting
the FTP command channel and not the data transfers.
Will> We used to use the FTP over SSH2 to access files on a public
Will> server. Now when we connect using FTP over SSH2 we get an error
Will> that this option is administratively prohibited.
Sounds like either their firewall or SSH server configuration changed to
block/prohibit the port-forwarding channels you were using to carry (at
least part of) FTP.
-- Richard Silverman res@qoxp.net
- Next message: Jacob Nevins: "Re: SFTP versus FTP over SSH2"
- Previous message: Richard E. Silverman: "Re: sshd handing all authentication to shell"
- In reply to: Will: "SFTP versus FTP over SSH2"
- Next in thread: Will: "Re: SFTP versus FTP over SSH2"
- Reply: Will: "Re: SFTP versus FTP over SSH2"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|