in reply to how to handle login failures with Net:::SSH::Perl?
It's been awhile since I've worked with this module so I'm afraid I can't give you anything specific. But as I recall, this module has a different concept of a command failing than you might be expecting. Much of what you would consider an error is actually returned as a warning if at all. Kind of like the SQL "zero rows returned" debate of whether that is an error, success or warning sort of thing.
Since the module can't really determine if your command executed successfully or not, there are almost no "error" conditions. You should be able to turn on verbose logging and capture that. There may be something surprising happening there...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: how to handle login failures with Net:::SSH::Perl?
by jfroebe (Parson) on Sep 21, 2004 at 21:47 UTC | |
by KeighleHawk (Scribe) on Sep 22, 2004 at 16:49 UTC |