November 2009
1 post
3 tags
Solving the problem of non-working key forwarding...
After I upgraded my Mac to Snow Leopard, Capistrano deployments with key forwarding stopped working. I started getting a following error:
Permission denied (publickey).
My fellow Bambinos enlightened me that key forwarding was switched off by default in Snow Leopard. The solution was to change the following two lines in /etc/ssh_config:
#Host *
#ForwardAgent no
to the following two...