so this comment is welcoming you all people to this issue :)
this is a common issue and we will do it over and over again. so that’s fine. and below are all the steps you need to follow to connect to vpn and ssh
so this comment is welcoming you all people to this issue :)
this is a common issue and we will do it over and over again. so that's fine. and below are all the steps you need to follow to connect to vpn and ssh
**VPN:**
It is only required when you are outside of Aarhus University
1. Using CISCO anyconnect secure mobility client (already installed as software in own computer)
remote.au.dk/ARTS
user: auXXXXXX@uni.au.dk
password: au password +
2. Approve through microsoft authenticator (phone app)
... see: https://medarbejdere.au.dk/en/administration/it/guides/security/twofactorauthentication
**SSH:**
1. Open a terminal
2. Type
```ssh auXXXXXX@ctp-server.uni.au.dk```
(replace the XXX with your AU account)
You will be asked for your university password
**tmux:** (sharing terminal)
for tmux you need to use sudo:
```
sudo tmux new -s <mysession>
sudo tmux attach -t <mysession>
```
to create a new session
```
tmux new
```
to join an existing session you use
```
tmux attach
```
to list existing sessions:
```
tmux ls
```
more info at https://tmuxcheatsheet.com/
so this comment is welcoming you all people to this issue :)
this is a common issue and we will do it over and over again. so that’s fine. and below are all the steps you need to follow to connect to vpn and ssh
VPN:
It is only required when you are outside of Aarhus University
remote.au.dk/ARTS
user: auXXXXXX@uni.au.dk
password: au password +
... see: https://medarbejdere.au.dk/en/administration/it/guides/security/twofactorauthentication
SSH:
ssh auXXXXXX@ctp-server.uni.au.dk(replace the XXX with your AU account)
You will be asked for your university password
tmux: (sharing terminal)
for tmux you need to use sudo:
to create a new session
to join an existing session you use
to list existing sessions:
more info at https://tmuxcheatsheet.com/
VPN is not necessary if you’re on AU’s eduroam... (using an AU registered laptop)