Difference between revisions of "Remote Login"
From KENET Training
(Created page with "Once access has been provided, you will receive a combination of # username # password # hostname # VPN instructions Once you have configured the VPN, you can then access the...") |
|||
Line 10: | Line 10: | ||
$ ssh username@hostname | $ ssh username@hostname | ||
</code> | </code> | ||
+ | |||
+ | Up: | ||
+ | [[ HPC_Usage| HPC_Usage]] |
Revision as of 15:25, 1 April 2025
Once access has been provided, you will receive a combination of
- username
- password
- hostname
- VPN instructions
Once you have configured the VPN, you can then access the login server via SSH.
$ ssh username@hostname
Up: HPC_Usage