Difference between revisions of "Remote Login"

From KENET Training
Jump to: navigation, search
 
Line 10: Line 10:
 
$  ssh  username@hostname
 
$  ssh  username@hostname
 
</code>
 
</code>
 +
 +
Next:
 +
[[Slurm| Slurm]]
  
 
Up:
 
Up:
 
[[ HPC_Usage| HPC_Usage]]
 
[[ HPC_Usage| HPC_Usage]]

Latest revision as of 15:27, 1 April 2025

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

  1. username
  2. password
  3. hostname
  4. VPN instructions

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

$ ssh username@hostname

Next: Slurm

Up: HPC_Usage