June 19, 2011
my source code management / git workflow just got a bit easier: i’ve never used ssh agent forwarding before, but now i can just use one key to manage access to different repos instead of having separate keys on all my hosts.
in the past, i’d never really used “ssh -A” because it didn’t automagically work with the screen terminal multiplexer… but now, thanks to superuser, it does!