and what about your sshd- can you read the log files to see why it's refusing the connection.
Looks like Net::SSH::Perl isn't trying to use the key-based authentication, so the "permission denied" message is indeed about the login attempt, as I was thinking.
Here's what syslog on the remote host has to say...
Oct 31 15:59:18 domains sshd2[4887]: connection from "128.103.208.100"
Oct 31 15:59:19 domains sshd2[15657]: Wrong password given for user 'executive'.
Oct 31 15:59:21 domains sshd2[15657]: Wrong password given for user 'executive'.
Oct 31 15:59:23 domains sshd2[15657]: Wrong password given for user 'executive'.
Oct 31 15:59:25 domains sshd2[15657]: Local disconnected: Connection closed.
Oct 31 15:59:25 domains sshd2[15657]: connection lost: 'Connection closed.'
_______________________________________________ Boston-pm mailing list [EMAIL PROTECTED] http://mail.pm.org/mailman/listinfo/boston-pm

