Secure Shell or SSH is a network protocol that allows data to be exchanged using a secure channel between two networked devices. Used primarily on Linux and Unix based systems to access shell accounts, SSH was designed as a replacement for Telnet and other insecure remote shells, which send information, notably passwords, in plaintext, leaving them open for interception. The encryption used by SSH provides confidentiality and integrity of data over an insecure network, such as the Internet.
SSH login without password
If you use SSH from the shell often you might be getting tired of entering your password over and over again. If you often log on to other machines from your machine via SSH, be it work, school, or just other machines on your LAN? Then this can be a real timesaver. Doing this is also a must if you want to mount remote file systems via SSHFS boot time. Warning! Only do this on machines you trust. If you are on a public machine, it’s probably a good idea to not do this.Read more »

