Difference between revisions of "Remote Login"
From KENET Training
Line 1: | Line 1: | ||
− | [[File:OpenSSH_logo.png| | + | [[File:OpenSSH_logo.png|250px]] |
+ | |||
Access is over the Secure Sockets protocol (openssh), | Access is over the Secure Sockets protocol (openssh), | ||
Once access has been provided, you will receive a combination of | Once access has been provided, you will receive a combination of | ||
Line 7: | Line 8: | ||
# port number | # port number | ||
# VPN instructions | # VPN instructions | ||
− | [[File:OpenVPN_logo. | + | |
− | Once you have configured the VPN, you can then access the login server via SSH. | + | [[File:OpenVPN_logo.png|250px]] |
+ | Once you have configured the VPN (OpenVPN), you can then access the login server via SSH. | ||
<code bash> | <code bash> |
Revision as of 11:56, 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