Tuesday 22 May 2012

On 06:08 by Unknown   No comments
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 GNU/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, rendering them susceptible to packet analysis. The encryption used by SSH provides confidentiality and integrity of data over an insecure network, such as the Internet. Linux You can do this open a terminal (e.g. if you use GNOME go to Applications>Accessories>Terminal) type ssh root@your_ip or ssh your_ip -l root type your password and you are done

0 comments:

Post a Comment