From server to server
Do you ever had to ssh into a gateway host to then ssh into the machine really wanted to log into? Well, you could setup a tunel …but that just way too complicated for this little task. Just do a
ssh -tt me@gateway ssh -tt host
Especially when you setup pubkey authentication this works like charm.