kjwiik created page: containers authored by Kaj Wiik's avatar Kaj Wiik
......@@ -5,22 +5,22 @@ ssh or rdp can be used depending on if you want a remote desktop or not.
```
ssh -Y -p 12345 yourusername@tube.utu.fi
```
# rdp
## rdp
With RDP you'll get a full desktop. Clients are e.g. Remote Desktop in Windows and Mac (can be installed from Mac App Store)
and remmina in Linux. Give the port nuber after the host name like `tube.utu.fi:12346`, e.g.:
![alt text](https://gitlab.utu.fi/kjwiik/tuorla-howto/raw/master/img/rdp.png)
## First login
### First login
After the first login, you'll be asked about panels, select the default config:
![alt text](https://gitlab.utu.fi/kjwiik/tuorla-howto/raw/master/img/firststart.png)
## Saving a session in RDP
### Saving a session in RDP
You can keep the current environment when using RDP by just closing the client window. When you log in again, you can continue where you left last time.
If you logout (Applications->Log out), the session is naturally terminated.
## Keyboard layout
### Keyboard layout
Due to a bug in xrdp server, the default keyboard layout is US and it cannot be changed reliably from the desktop settings. So if you user US keyboard layout, no changes are necessary. If not, there are two workarounds. In a terminal, type
```
echo fi >.kbmap
......
......