When I want to connect to my server like this
ssh -a username@my-server.de -p 22
it gives me two error messages:
PTY alloca
This was happening when I was trying to use sudo on ssh -t git@github.com after adding my local user's public key to github
ssh -t git@github.com
Just a head's up to the google happy people like me