Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
dcc:itsol:remoteaccess:lwpssh [2025/02/21 13:25] – [Accessing the LWP via SSH] Added link back to the main apge giuliodcc:itsol:remoteaccess:lwpssh [2025/03/27 10:41] (current) alba
Line 2: Line 2:
 ===== Accessing the LWP via SSH ===== ===== Accessing the LWP via SSH =====
  
-The virtual LWP as well as local LWP workstations can be also accessed via CLI using the SSH protocol+You can also use the SSH protocol via Command Line Interface (CLI) to access both the virtual LWP as well as local LWP workstations.  
 + 
 +The basic command you need to execute to connect to a virtual LWP session using a terminal is:
  
-The basic command to connect to a virtual LWP session using a terminal is: 
 '' ''
 $ ssh <p_or_s_number>@ssh.lwp.rug.nl $ ssh <p_or_s_number>@ssh.lwp.rug.nl
 '' ''
  
-To connect to a remote, but locally installed LWP workstation, its IP address or hostname have to be used instead of ''ssh.lwp.rug.nl''Furthermore, your user needs to be added to the list of allowed SSH users on that machine.+If you want to connect to a remote, but locally installed LWP workstation, instead of the virtual LWP, then you need to know the IP address or hostname of the workstation you want to connect to. If you have that IP address or hostname, then simply substitute ''ssh.lwp.rug.nl'' with the IP address or hostnamePlease keep in mind that your P- or S-number needs to be added to the list of allowed SSH users on that machine before you can connect.
  
-To see how that works, please consult the [[https://lwpwiki.webhosting.rug.nl/index.php/SSH_HowTo|SSH HowTo section in the LWP wiki]]. +For more information, please consult the [[https://lwpwiki.webhosting.rug.nl/index.php/SSH_HowTo|SSH HowTo section in the LWP wiki]]. 
  
-Furthermore, when connecting via SSH, it is also possible to setup passwordless authentication via SSH keys. The [[https://lwpwiki.webhosting.rug.nl/index.php/Passwordless_SSH_HowTo|Passwordless SSH HowTo section of the LWP wiki]] describes the setup. +Furthermore, when connecting via SSH, you can also set up passwordless authentication by configuring SSH keys. The [[https://lwpwiki.webhosting.rug.nl/index.php/Passwordless_SSH_HowTo|Passwordless SSH HowTo section of the LWP wiki]] describes the setup.
  
 [[dcc:itsol:remoteaccess| ← Back to the Remote Access main page]] [[dcc:itsol:remoteaccess| ← Back to the Remote Access main page]]