SSH Speed-up - saves a couple of seconds per connection, in some circumstances. [1]
Two SSH-isms, including the method to remove a bad key from known_hosts without editing the file.
Gem uninstall - because sometimes you just have to start over.
To uninstall all gems do this
[1] untested
Two SSH-isms, including the method to remove a bad key from known_hosts without editing the file.
Gem uninstall - because sometimes you just have to start over.
To uninstall all gems do this
gem uninstall --a --ignore-dependencies .+
[1] untested