Difference between revisions of "Remote Login"

From KENET Training
Jump to: navigation, search
Line 1: Line 1:
 +
[[File:OpenSSH_logo.png|150px]]
 +
Access is over the Secure Sockets protocol (openssh),
 
Once access has been provided, you will receive a combination of
 
Once access has been provided, you will receive a combination of
 
# username
 
# username
Line 5: Line 7:
 
# port number
 
# port number
 
# VPN instructions
 
# VPN instructions
 
+
[[File:OpenVPN_logo.svg|150px]]
 
Once you have configured the VPN, you can then access the login server via SSH.
 
Once you have configured the VPN, you can then access the login server via SSH.
  

Revision as of 11:54, 8 May 2025

OpenSSH logo.png Access is over the Secure Sockets protocol (openssh), Once access has been provided, you will receive a combination of

  1. username
  2. password
  3. hostname
  4. port number
  5. VPN instructions

150px Once you have configured the VPN, you can then access the login server via SSH.

$ ssh -p PORTNUMBER username@hostname

Next: Slurm

Up: HPC_Usage