pssh not working in 1.31 or 1.32. The connection disconnects as soon as
authentication finishes.
replaced the ip address with SERVER and my username with USERNAME:
./pssh -v SERVER
whippet: Reading configuration data /home/USERNAME/.ssh/config
whippet: Reading configuration data /etc/ssh_config
whippet: Connecting to SERVER, port 22.
whippet: Remote protocol version 2.0, remote software version OpenSSH_4.7
Net::SSH::Perl Version 1.32, protocol version 2.0.
No compat match: OpenSSH_4.7.
Connection established.
Sent key-exchange init (KEXINIT), wait response.
Algorithms, c->s: 3des-cbc hmac-sha1 none
Algorithms, s->c: 3des-cbc hmac-sha1 none
Entering Diffie-Hellman Group 1 key exchange.
Sent DH public key, waiting for reply.
Received host key, type 'ssh-dss'.
Host 'SERVER' is known and matches the host key.
Computing shared secret key.
Verifying server signature.
Waiting for NEWKEYS message.
Enabling incoming encryption/MAC/compression.
Send NEWKEYS, enable outgoing encryption/MAC/compression.
Sending request for user-authentication service.
Service accepted: ssh-userauth.
Trying empty user-authentication request.
Authentication methods that can continue:
publickey,password,keyboard-interactive.
Next method to try is publickey.
Next method to try is password.
Trying password authentication.
USERNAME@SERVER's password:
Login completed, opening dummy shell channel.
channel 0: new [client-session]
Requesting channel_open for channel 0.
channel 0: open confirm rwindow 0 rmax 32768
Got channel open confirmation, requesting shell.
Requesting service shell on channel 0.
channel 1: new [client-session]
Requesting channel_open for channel 1.
Entering interactive session.
Requesting service pty-req on channel 1.
Requesting shell.
Requesting service shell on channel 1.
channel 1: open confirm rwindow 0 rmax 32768
Connection to 72.81.253.86 closed.