How to call script on a different host, in ruby?

Say I want to run a script called s1.ksh from host1, but s1.ksh is
located on host2. How would I do this?

On Jul 11, 2012, at 2:59 PM, lalalalala pqpqpqpqpq
[email protected] wrote:

Say I want to run a script called s1.ksh from host1, but s1.ksh is
located on host2. How would I do this?


Posted via http://www.ruby-forum.com/.

Check out the gem net-ssh.