in reply to Net::SSH::Expect - Reading stream and banner troubles.

The last line you are reading in probably doesn't have a terminator.

The documenation for Net::SSH::Expect explains this: see the string read_line([$timeout]) ... section (under METHODS).

-- Ken

  • Comment on Re: Net::SSH::Expect - Reading stream and banner troubles.