Differences

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

Link to this comparison view

Next revision
Previous revision
dcc:itsol:remoteaccess:lwpssh [2025/02/21 09:54] – created 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 =====
  
-This page is under construction!+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:
 +
 +''
 +$ ssh <p_or_s_number>@ssh.lwp.rug.nl
 +''
 +
 +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 hostname. Please 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.
 +
 +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, 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]]