Difference between revisions of "Remote Login"

From KENET Training
Jump to: navigation, search
Line 3: Line 3:
 
# password
 
# password
 
# hostname
 
# hostname
 +
# port number
 
# VPN instructions
 
# VPN instructions
  
Line 8: Line 9:
  
 
<code bash>
 
<code bash>
$  ssh username@hostname
+
$  ssh -p PORTNUMBER username@hostname
 
</code>
 
</code>
  

Revision as of 11:50, 8 May 2025

Once access has been provided, you will receive a combination of

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

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