kjwiik created page: containers authored by Kaj Wiik's avatar Kaj Wiik
# Containers # Containers
## Logging in ## Logging in
You can log in using ssh or rdp depending on if you want desktop or not using a corresponding port number, e.g. You can log in using ssh or rdp depending on if you want desktop or not using a corresponding port number, e.g.
### ssh
``` ```
ssh -Y -p 12345 yourusername@tube.utu.fi ssh -Y -p 12345 yourusername@tube.utu.fi
``` ```
or giving the port number to the rdp (remmina in Ubuntu) client `tube.utu.fi:12346`. ### rdp
With RDP you'll get a desktop. Clients are e.g. Remote Desktop in Windows and Mac (can be installed from Mac App Store)
and remmina in Ubuntu. Give the port nuber after the host like `tube.utu.fi:12346`.
## Logging out/exit ## Logging out/exit
... ...
......