Ssh using ruby

Hi ALL:

I’ve been using net/telnet and it’s cool (of course, since it’s made in ruby
:-).
Lately, however, we’ve been shifting to ssh for access. Is there a net/ssh
or something made in ruby? [*]

kind regards -botp

[*] pls, tell me there is :slight_smile:

Peña, Botp wrote:

Hi ALL:

I’ve been using net/telnet and it’s cool (of course, since it’s made in ruby
:-).
Lately, however, we’ve been shifting to ssh for access. Is there a net/ssh
or something made in ruby? [*]

One possibility: ‘expect’.
http://raa.ruby-lang.org/list.rhtml?name=ruby-expect

Ciao,
-Armin.