jeblair was kind enough to help me debug my problem with slow “git review” uploads for Openstack projects just now. It turns out that part of my standard configuration for ssh is to enable ControlMaster and ControlPersist. I mostly do this because the machines I use at Canonical are a very long way away from…
Tag: ssh
Twisted conch
It seems to me that every time I go to write some networking code in Python, the twisted guys have got there before me. Today’s adventures are involving twisted conch, which seems very cool. The documentation is a bit patchy though.
clusterssh
For reasons which might be fairly obvious, I’ve been doing a lot of repetitive sshing to machines recently (think executing the same upgrade on four mail servers for instance). I pondered aloud in the cube the possibility of an application which would give me a dialog to type in, and then wack that text into…