Connect to the machine via SSH
Only if VPN does not work, included for historical reasons.
The workstation can be also accessed remotely through SSH. In order to do so, you have to first connect to an AAU Gateway machine, and then connect to the workstation. The following steps will help you set up an automatic shortcut.
First, on the campus connect to the machine with ssh and set a password on a terminal (you can use the system or VSCode terminal)
Please accept to add the address to the list of known hosts, and after a successful connection, you can safely exit
.
Setup connection configuration
Navigate in the .ssh
directory in your local machine:
Inside the directory, edit or create a file called config
, and add the following content:
Be sure to replace the fields <AAU FULL EMAIL>
and <AAU EMAIL USERNAME>
with their respective information.
Connect
To verify the above steps and connect to the workstation, open a new terminal and type:
Once you authorize using the app, another password prompt will appear, asking you for the password received by email when setting up your account. If no default password was sent to you, this prompt will allow you to create one.
Last updated
Was this helpful?