ssh version 1.1.1 has been released!
Published 2015-01-27 @ 20:42
SSH provides a simple streaming ssh command runner. That’s it. This is a one trick pony.
ssh = SSH.new "example.com", "/var/log"
puts ssh.run "ls"
SSH was extracted from rake-remote_task which was extracted from vlad.
Changes:
1.1.1 / 2015-01-27
-
1 minor enhancement:
- Updated for minitest 5
- home: https://github.com/seattlerb/ssh
- rdoc: http://docs.seattlerb.org/ssh