Difference between revisions of "Remote Login"
From KENET Training
Line 10: | Line 10: | ||
[[File:OpenVPN_logo.png|250px]] | [[File:OpenVPN_logo.png|250px]] | ||
+ | |||
Once you have configured the VPN (OpenVPN), you can then access the login server via SSH. | Once you have configured the VPN (OpenVPN), you can then access the login server via SSH. | ||
Revision as of 11:57, 8 May 2025
Access is over the Secure Sockets protocol (openssh), Once access has been provided, you will receive a combination of
- username
- password
- hostname
- port number
- VPN instructions
Once you have configured the VPN (OpenVPN), you can then access the login server via SSH.
$ ssh -p PORTNUMBER username@hostname
Next: Slurm
Up: HPC_Usage