Okay, I've got to use it today for a project I'm working on. I'll take a look at cleanup/remove any leftover commented out code. BTW, I called it Net::SSH, however it uses expect to drive an external process. I've just added "a bunch" <technical, I know> of methods to facilitate using ssh. Is this the "proper" naming method. Net::SSH under perl is pretty much the same kinda thing, I seem to recall it uses popen2 and popen3. diana PS I'm not on the ruby.list["talk"], so cc to me if you reply. On Wed, 16 Jan 2002, Sean Chittenden wrote: > > Ahhhh, the whole reason I switched to ruby in the first place. I was > > having a hard time driving an interactive, password login, ssh session > > with perl. Using ruby expect it just work. > > > > I have an inhouse Net::SSH module that I use. I've thought about > > releasing it but since it was my first attempt at a ruby class I'm sure > > it's not ready for "primetime". > > > > ruby expect is your friend. > > ::drool:: Could I get my hands on the code? I didn't get it to work > as I'd like, but would _LOVE_ to see some working code. :~) > > -- > Sean Chittenden