Perl ssh users,
I'm trying to use Net::SSH::Perl to ssh into ilo2 on a proliant
server. I can run ssh from a linux box and connect to ilo2 without any
problems. I can also connect to other Linux boxes with Net::SSH::Perl.
I have enabled the debug parameter and show the output below. Does
anyone have suggestions for debugging the premature disconnect?
Thanks,
Dale Sykora
msa7n30: Reading configuration data /root/.ssh/config
msa7n30: Reading configuration data /etc/ssh_config
msa7n30: Allocated local port 1023.
msa7n30: Connecting to 192.168.205.101, port 22.
msa7n30: Remote version string: SSH-2.0-mpSSH_0.0.1
msa7n30: Remote protocol version 2.0, remote software version mpSSH_0.0.1
msa7n30: Net::SSH::Perl Version 1.30, protocol version 2.0.
msa7n30: No compat match: mpSSH_0.0.1.
msa7n30: Connection established.
msa7n30: Sent key-exchange init (KEXINIT), wait response.
msa7n30: Algorithms, c->s: 3des-cbc hmac-sha1 none
msa7n30: Algorithms, s->c: 3des-cbc hmac-sha1 none
msa7n30: Entering Diffie-Hellman Group 1 key exchange.
msa7n30: Sent DH public key, waiting for reply.
msa7n30: Received host key, type 'ssh-dss'.
msa7n30: Host '192.168.205.101' is known and matches the host key.
msa7n30: Computing shared secret key.
msa7n30: Verifying server signature.
msa7n30: Waiting for NEWKEYS message.
msa7n30: Enabling incoming encryption/MAC/compression.
msa7n30: Send NEWKEYS, enable outgoing encryption/MAC/compression.
msa7n30: Sending request for user-authentication service.
msa7n30: Service accepted: ssh-userauth.
msa7n30: Trying empty user-authentication request.
msa7n30: Authentication methods that can continue: password,publickey.
msa7n30: Next method to try is password.
msa7n30: Trying password authentication.
msa7n30: Login completed, opening dummy shell channel.
msa7n30: channel 0: new [client-session]
msa7n30: Requesting channel_open for channel 0.
msa7n30: channel 0: open confirm rwindow 32768 rmax 2048
msa7n30: Got channel open confirmation, requesting shell.
msa7n30: Requesting service shell on channel 0.
msa7n30: channel 1: new [client-session]
msa7n30: Requesting channel_open for channel 1.
msa7n30: Entering interactive session.
Received disconnect message: Client Disconnect
at /usr/lib/perl5/vendor_perl/5.8.8/Net/SSH/Perl/SSH2.pm line 284
[root@msa7n30 .ssh]#
|