SSH: Difference between revisions

From Alliance Doc
Jump to navigation Jump to search
No edit summary
(Began cleaning up the SSH page to make it considerably more readable)
Line 1: Line 1:
{{To Do| will need to properly organize this page and perhaps add filler text between the transcluded pages and also decided what pages should be transcluded here and which should not, at the moment the below is just a list of possible pages which could be relevant. It may even be desirable to edit the transcluded pages (i.e. reduce header sizes) to allow for better transclusion.}}
Secure Shell (SSH) is a standard that allows individuals to connect to remote servers in such a way that their login credentials are encrypted and it is the normal means by which Compute Canada users can connect to our servers to execute commands such submit jobs and follow the progress of these jobs.  


{{:Connecting with MobaXTerm}}
Various software implementations of the SSH standard exist for most major operating systems. On OS X (Apple) and Linux the most widely used is OpenSSH, a command line application which normally comes installed by default on these platforms. For Windows, individuals have to install an SSH client on their own: the two most common options are PuTTY and MobaXTerm. To use any of these implementations of SSH successfully, you need to know (1) the name of the machine to which you want to connect, (2) your userid and (3) your password.
{{:Connecting with PuTTY}}
 
{{:Generating ssh keys in Windows}}
The use of these SSH clients and more advanced topics like key pair generation and X11 forwarding are discussed in the pages below:
{{:Using ssh keys in Linux}}
*[[Connecting with MobaXTerm]]
{{:Ssh keys}}
*[[Connecting with PuTTY]]
*[[Ssh keys|SSH Keys]]
*[[Generating ssh keys in Windows|Generating SSH keys in Windows]]
*[[Using ssh keys in Linux|Using SSH keys in Linux]]

Revision as of 16:49, 18 May 2016

Secure Shell (SSH) is a standard that allows individuals to connect to remote servers in such a way that their login credentials are encrypted and it is the normal means by which Compute Canada users can connect to our servers to execute commands such submit jobs and follow the progress of these jobs.

Various software implementations of the SSH standard exist for most major operating systems. On OS X (Apple) and Linux the most widely used is OpenSSH, a command line application which normally comes installed by default on these platforms. For Windows, individuals have to install an SSH client on their own: the two most common options are PuTTY and MobaXTerm. To use any of these implementations of SSH successfully, you need to know (1) the name of the machine to which you want to connect, (2) your userid and (3) your password.

The use of these SSH clients and more advanced topics like key pair generation and X11 forwarding are discussed in the pages below: