How to - SSH in Ruby

Hi,

I want to write some code to ssh to a linux machine, and then enter some
commands and transfer a file. Is there any class in ruby for SSH, like
the class for Telnet?

Thanks

net/ssh or vlad

On Nov 19, 2007 7:52 PM, Arindam G. [email protected]
wrote:


Let them talk of their oriental summer climes of everlasting
conservatories; give me the privilege of making my own summer with my
own coals.

http://gnufied.org

On Mon, 19 Nov 2007 09:22:51 -0500, Arindam G. wrote:

Hi,

I want to write some code to ssh to a linux machine, and then enter some
commands and transfer a file. Is there any class in ruby for SSH, like
the class for Telnet?

http://raa.ruby-lang.org/search.rhtml?search=ssh

–Ken