in reply to Net::SSH::Perl problems

Looks like your client is knocking at the door but getting refused.

What kind of access to the remote system do you have?

If you have root access, you might be able to run 'sshd -vV' and then retry your program. You will see all the messages from the server end. I've found those error messages tend to say more than the client when troubleshooting.

Note: You will have to kill the currently running sshd to start a new sshd.

-Kurt

Replies are listed 'Best First'.
Re: Re: Net::SSH::Perl problems
by Crayola (Initiate) on May 28, 2003 at 15:33 UTC
    I do have root access.. I will look into increaseing the logging level of the ssh server. I know a normal ssh and non interactive ssh works fine. Everything is using Openssh v 3.5p1. Thanks, Crayola