I'm sure most of you guys are familiar with Telnet & FTP, right? Well, unfamiliarize yourselves with them because they are NOT secure. Any sniffer could easily intercept your authentication info.
Well, fret not, you don't have to learn anything new ... you just need to use new protocols - SSH & SFTP (FTP over Secure Shell).
SSH is *basically* a secure protocol. Most *NIX boxes come with Telnet & SSH, but look for Telnet to soon disappear.
Same deal with FTP & SFTP. SFTP is FTP over SSH (*basically*).
You will notice no difference by using SFTP over FTP or by using SSH over Telnet, other than you connect to port 22 instead of standard Telnet port 23 BUT network sniffers will
Well, fret not, you don't have to learn anything new ... you just need to use new protocols - SSH & SFTP (FTP over Secure Shell).
SSH is *basically* a secure protocol. Most *NIX boxes come with Telnet & SSH, but look for Telnet to soon disappear.
Same deal with FTP & SFTP. SFTP is FTP over SSH (*basically*).
You will notice no difference by using SFTP over FTP or by using SSH over Telnet, other than you connect to port 22 instead of standard Telnet port 23 BUT network sniffers will