Edit History Actions Discussion

Diff for "SSH"

Differences between revisions 6 and 9 (spanning 3 versions)
Revision 6 as of 2008-02-17 20:00:59
Size: 475
Editor: localhost
Comment: converted to 1.6 markup
Revision 9 as of 2011-01-16 19:06:12
Size: 522
Editor: independence
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
Secure SHell. SSH is a standard for secure and encrypted communications between computers, it's main use is to log in to remote computers in a secure way to execute commands. Secure SHell. SSH is a standard for secure and encrypted communications between computers, its main use is to log in to remote computers in a secure way to execute commands.
Line 8: Line 8:
Read more here: http://en.wikipedia.org/wiki/SSH == See also ==

 * [[SFTP]]
 * [[
http://en.wikipedia.org/wiki/Secure_Shell|SSH on Wikipedia]]

SSH

Secure SHell. SSH is a standard for secure and encrypted communications between computers, its main use is to log in to remote computers in a secure way to execute commands.

Blinkenshell uses SSH to allow users to log in to the server and access their shell. Login information is available here: Info/Login

Popular SSH client for Windows: PuTTY. Most UNIX-like OSes have OpenSSH already installed.

See also