LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Security (https://www.linuxquestions.org/questions/linux-security-4/)
-   -   FTP question - sftp vs ftps, SSH versus SSL and port numbers (https://www.linuxquestions.org/questions/linux-security-4/ftp-question-sftp-vs-ftps-ssh-versus-ssl-and-port-numbers-4175541108/)

ron7000 04-29-2015 08:18 AM

FTP question - sftp vs ftps, SSH versus SSL and port numbers
 
so i asked yesterday in a different post about best ftp method, so far the one response was SFTP which is ftp over SSH, which i figured was the way to go.

But i need a sanity check on information i was given.
The sender sent me a document stating they have a new ftp server with better security and in order to connect I need a client capable of FTP over SSL and also can configure for Clear Command Channel.

I go through their connection instructions and they give the host ip along with port = 22, connection drop down box = SSH/SFTP. Then underneath that there's SSL options which is grayed out but the check boxes are enabled for SSL Listings, SSL Transfer, and CCC.

so now i am confused. Initially they state it's going to be an FTPS connection right? but then the settings they are using specifically port number is SFTP is it not? help me understand what's really happening here, and why this use of CCC ?
thanks.

business_kid 04-30-2015 03:31 AM

ftp is inherently insecure if people can access your ftp server. "Secure" ftp servers are a bitch to set up, in my experience.

stfp, ssh, and scp are all in the same family and much better security wise, but encrypt everything. If this is a home network, the encryption/decryption is a bit OTT security wise. If it's a public, attackable network, then sure use ssh/sftp.

SSL has been cracked as an encryption tool, and I have seen instructions telling people how to disable it. I don't know if it's that bad, but it's not perfect.

howzer 04-30-2015 12:30 PM

Port 22 is the default SSH port, and specifically choosing the protocol in your client should mean the connection will definitely be using SSH/SFTP. A lot of people get confused about the difference between SFTP and FTPS and don't even know they're separate things. As far as the check boxes, my guess would be that they're always there and are just grayed out because they don't apply to your connection once you select SSH/SFTP.


All times are GMT -5. The time now is 12:21 PM.