July 2008
2 posts
Rake tab completion with caching and namespace... →
is very rad.
speed up multiple connections to same host (ssh)
It’s stupid to open a new connection every time. Add to the Host entry in ~/.ssh/config:
ControlMaster auto
ControlPath ~/.ssh/master-%r@%h:%p