Edit History Actions Discussion

Diff for "SSH"

Differences between revisions 3 and 10 (spanning 7 versions)
Revision 3 as of 2007-03-12 05:52:28
Size: 368
Comment:
Revision 10 as of 2014-01-21 19:26:24
Size: 562
Editor: independence
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
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. = 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.
Line 3: Line 4:
Blinkenshell uses SSH to allow users to log in to the server and access their shell. Login information is available here: ["Info/Login"] Blinkenshell uses SSH to allow users to log in to the server and access their shell. Login information is available here: [[Info/Login]]
Line 5: Line 6:
Read more here: http://en.wikipedia.org/wiki/SSH Popular SSH client for Windows: [[PuTTY]]. Most UNIX-like OSes have OpenSSH already installed.

== See also ==

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

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