ssh-agent and Mac OS X
Introduction: I am beefing up security by requiring password protected SSH keys (two factor) for authentication. With this change, the use of ssh-agent is quite important. Because I use ssh frequently, it’s worth making its use as transparent as possible.
The Problem: Ssh-agent lacks an easy way to use it for multiple shell/terminal sessions. This [...]

