Connect to the machine via SSH
Only if VPN does not work, included for historical reasons.
ssh user@172.30.207.25Setup connection configuration
cd ~/.sshHost aau_gateway
HostName sshgw.aau.dk
User <AAU FULL EMAIL>
ServerAliveInterval 30
ServerAliveCountMax 2
Host ml_workstation
HostName 172.30.207.25
User <AAU EMAIL USERNAME>
IdentityFile ~/.ssh/id_rsa
ProxyCommand ssh aau_gateway nc %h %p
ServerAliveInterval 30
ServerAliveCountMax 2Connect
Last updated
Was this helpful?