ssh version 1.1.0 has been released!
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.0 / 2012-11-09
-
1 minor enhancement:
- Pulled test infrastructure from rake-remote_task to here.