ssh through a bastion machine works on someone else's desktop but not my own
- by Terrence Brannon
I have to ssh into a bastion (jump) server in order to get to the final server.
On the jump server, my .ssh/config says:
Host *
ForwardAgent yes
My co-worker uses PuTTy and Pageant. When I use a putty shell to connect from his desktop to the final server as root via the jump server, it works fine.
At my desk I cannot connect to the final…