Differences between revisions 2 and 8 (spanning 6 versions)
Size: 67
Comment:
|
Size: 499
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
Secure SHell. | = 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: |
Read more here: http://en.wikipedia.org/wiki/SSH | 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. Read more: [[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.
Read more: SSH on Wikipedia