Opps.. sorry forgot the error message.
Here is the output of the Net::SSH::Perl debug data when the script runs. Any ideas?
[mcunning@localhost mcunning]$ ./collector.pl > mike
localhost.localdomain: Reading configuration data
/home/mcunning/.ssh/config
localhost.localdomain: Reading configuration data /etc/ssh_config
localhost.localdomain: Connecting to dumbo-temp, port 22.
localhost.localdomain: Remote protocol version 1.99, remote software
version OpenSSH_3.5p1
localhost.localdomain: Net::SSH::Perl Version 1.23, protocol version 2
+.0.
localhost.localdomain: No compat match: OpenSSH_3.5p1.
localhost.localdomain: Connection established.
localhost.localdomain: Sent key-exchange init (KEXINIT), wait response
+.
localhost.localdomain: Algorithms, c->s: 3des-cbc hmac-sha1 none
localhost.localdomain: Algorithms, s->c: 3des-cbc hmac-sha1 none
localhost.localdomain: Entering Diffie-Hellman Group 1 key exchange.
localhost.localdomain: Sent DH public key, waiting for reply.
localhost.localdomain: Received host key, type 'ssh-dss'.
localhost.localdomain: Host 'dumbo-temp' is known and matches the host
+
key.
localhost.localdomain: Computing shared secret key.
localhost.localdomain: Verifying server signature.
localhost.localdomain: Waiting for NEWKEYS message.
localhost.localdomain: Enabling incoming encryption/MAC/compression.
localhost.localdomain: Send NEWKEYS, enable outgoing
encryption/MAC/compression.
localhost.localdomain: Sending request for user-authentication service
+.
localhost.localdomain: Service accepted: ssh-userauth.
localhost.localdomain: Trying empty user-authentication request.
localhost.localdomain: Authentication methods that can continue:
publickey,password,keyboard-interactive.
localhost.localdomain: Next method to try is publickey.
localhost.localdomain: Next method to try is password.
localhost.localdomain: Trying password authentication.
localhost.localdomain: Will not query passphrase in batch mode.
localhost.localdomain: Authentication methods that can continue:
publickey,password,keyboard-interactive.
localhost.localdomain: Next method to try is publickey.
localhost.localdomain: Next method to try is password.
localhost.localdomain: Trying password authentication.
localhost.localdomain: Will not query passphrase in batch mode.
localhost.localdomain: Authentication methods that can continue:
publickey,password,keyboard-interactive.
localhost.localdomain: Next method to try is publickey.
localhost.localdomain: Next method to try is password.
localhost.localdomain: Trying password authentication.
localhost.localdomain: Will not query passphrase in batch mode.
localhost.localdomain: Authentication methods that can continue:
publickey,password,keyboard-interactive.
localhost.localdomain: Next method to try is publickey.
localhost.localdomain: Next method to try is password.
Permission denied at ./collector.pl line 34
|