in reply to Re: Issue with Net::Appliance::Session
in thread Issue with Net::Appliance::Session

Thank you for the reply.

I was not able to remove the complexity at the time due to the kit being in production however I have built another device up to test with. That is now running a simple password and it still doesn't work. It's like the password isn't being sent. I will keep looking.
  • Comment on Re^2: Issue with Net::Appliance::Session

Replies are listed 'Best First'.
Re^3: Issue with Net::Appliance::Session
by roboticus (Chancellor) on Jun 09, 2015 at 19:20 UTC

    ThePerlNoob:

    Ok, if you've eliminated the password, I'd try turning on the logging for the session, and turn up the detail to see if there are any clues in that. I'm guessing that there may be a problem establishing an SSH connection. Another option would be to try a telnet connection to see if there's a difference.

    You may also want to show some of the output of the program, and add some traces to your code so you can tell which lines are having the problem. (Since you don't specify, I expect it's the connect call.)

    ...roboticus

    When your only tool is a hammer, all problems look like your thumb.