Difference between revisions of "Remote Login"
From KENET Training
Line 3: | Line 3: | ||
# password | # password | ||
# hostname | # hostname | ||
+ | # port number | ||
# VPN instructions | # VPN instructions | ||
Line 8: | Line 9: | ||
<code bash> | <code bash> | ||
− | $ ssh | + | $ 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
- username
- password
- hostname
- port number
- 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