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:
After running the command, you will be prompted to type in your AAU password. Afterwards, you will have to confirm your login attempt using the Microsoft Authenticator app, by clicking "Approve" on the app notification. You can set it up by following these instructions.
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.
The next section will help you set up SSH keys to avoid typing this last password all the time. Refer to persistent sessions for multiple persistent terminals on a single session.
Last updated