Difference between revisions of "SSH"

From HPC Wiki
Jump to navigation Jump to search
m (Ds019135 moved page Log-in to SSH without leaving a redirect)
Line 1: Line 1:
 
== General ==
 
== General ==
ssh is a program for logging into a remote machine and for executing commands on a remote machine from a Linux or MAC system.
+
Secure Shell (ssh) is a commandline-tool for logging into a remote computer and for executing commands on that machine.
  
  
 
== Access ==
 
== Access ==
OpenSSH is the standard ssh client on Linux and MAC and it is freely available for everyone. On Windows you can use Putty which is also free.
+
OpenSSH is the standard ssh client on Linux and MAC and it is freely available for everyone. On Windows you can use Putty or the Gitbash (coming with ssh) which is also free.
  
  

Revision as of 17:20, 20 December 2017

General

Secure Shell (ssh) is a commandline-tool for logging into a remote computer and for executing commands on that machine.


Access

OpenSSH is the standard ssh client on Linux and MAC and it is freely available for everyone. On Windows you can use Putty or the Gitbash (coming with ssh) which is also free.


Manuel

Text more remote access to an HPC system is typically available over the encrypted secure shell protocol. Logging in with OpenSSH on a Linux Cluster is done with:

$ ssh -l <login> <cluster>

Here login is your user name and cluster is one of the frontend nodes of the system. A list of frontend nodes is provided as part of the side specific information.

If you need to start graphical applications you need to enable X11 forwarding/X11 tunneling by your ssh client. For OpenSSH this is done by giving it the "-X" command line option:

$ ssh -X -l <login> <cluster>

FAQs

ssh manpage

Side specific information

RWTH Aachen frontend nodes