July 25, 2011 at 1:48pm

Home

Enable SSH Agent (key) forwarding on Mac OS Lion

It looks like in some occasions ssh agent (key) forwarding doesn’t work anymore after upgrading to Mac OS Lion.

Gladly the solution is easy, you just need to run the following command in your Terminal and reboot after that.

ssh-add

This adds your identity back to the authentication agent again.

Notes

  1. pagebakers posted this