This is an old revision of the document!
SSH
Create SSH Keys
SSH Proxy
ssh -C2qTnN -D 12345 -p 22 <system_user>@fs.cs.hm.edu
SSH Agent Forwarding
ssh -A tmaier@wurps.de
Force Password Authentication (client-side)
''ssh -o PreferredAuthentications=password -o PubkeyAuthentication=no wurps.de''