Edit History Actions Discussion

Diff for "SSH"

Differences between revisions 8 and 9
Revision 8 as of 2009-07-07 20:42:55
Size: 499
Editor: marco
Comment:
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 8: Line 8:
Read more: [[http://en.wikipedia.org/wiki/Secure_Shell|SSH on Wikipedia]] == 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