[Bug 46299] Re: Can't connect to iLO on HP servers without doing "unset LANG"
Bug Watch Updater
46299 at bugs.launchpad.net
Tue Oct 25 21:58:50 UTC 2022
** Changed in: openssh (Debian)
Status: New => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/46299
Title:
Can't connect to iLO on HP servers without doing "unset LANG"
Status in openssh package in Ubuntu:
Triaged
Status in openssh package in Debian:
Fix Released
Bug description:
Binary package hint: openssh-client
When trying to connect via SSH to iLO (lights out management) on
Hewlett Packard Proliant servers, the SSH in Ubuntu Dapper gives the
following error after authentication:
dispatch_protocol_error: type 100 seq 7
buffer_get_ret: trying to get more bytes 4 than in buffer 0
buffer_get_int: buffer error
Doing "unset LANG" allows the login to work fine.
The full "ssh -v" output is:
$ ssh -v servername -l root
OpenSSH_4.2p1 Debian-7ubuntu3, OpenSSL 0.9.8a 11 Oct 2005
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to servername [168.192.63.44] port 22.
debug1: Connection established.
debug1: identity file /home/user/.ssh/identity type -1
debug1: identity file /home/user/.ssh/id_rsa type -1
debug1: identity file /home/user/.ssh/id_dsa type -1
debug1: Remote protocol version 2.0, remote software version mpSSH_0.0.1
debug1: no match: mpSSH_0.0.1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_4.2p1 Debian-7ubuntu3
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-cbc hmac-md5 none
debug1: kex: client->server aes128-cbc hmac-md5 none
debug1: sending SSH2_MSG_KEXDH_INIT
debug1: expecting SSH2_MSG_KEXDH_REPLY
debug1: Host 'servername' is known and matches the RSA host key.
debug1: Found key in /home/user/.ssh/known_hosts:245
debug1: ssh_rsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: password,publickey
debug1: Next authentication method: publickey
debug1: Trying private key: /home/user/.ssh/identity
debug1: Trying private key: /home/user/.ssh/id_rsa
debug1: Trying private key: /home/user/.ssh/id_dsa
debug1: Next authentication method: password
root at servername's password:
debug1: Authentication succeeded (password).
debug1: channel 0: new [client-session]
debug1: Entering interactive session.
debug1: Sending environment.
debug1: Sending env LANG = en_GB.UTF-8
dispatch_protocol_error: type 100 seq 7
buffer_get_ret: trying to get more bytes 4 than in buffer 0
buffer_get_int: buffer error
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/46299/+subscriptions
More information about the foundations-bugs
mailing list