Operating System - HP-UX
1753923 Members
8396 Online
108810 Solutions
New Discussion

Re: SSH: Corrupted MAC on input

 
Vishu
Trusted Contributor

SSH: Corrupted MAC on input

hi Guys,

While doing login through SSH, i am getting the following error.

Password:
debug1: Authentication succeeded (keyboard-interactive).
debug1: Login completed
debug1: Cleanup PKI subsystem
debug1: PKI_DestroySession called. Session id: 1130489669
debug1: PKI_Cleanup called. Reference count: 1
debug1: Starting client_loop
debug1: channel 0: new [client-session]
debug1: channel 0: request pty-req
debug1: channel 0: request shell
debug1: channel 0: open confirm rwindow 0 rmax 32768
debug1: channel 0: request window-change
Disconnecting: Corrupted MAC on input.
debug1: Calling cleanup 0x405390(0x0)
debug1: channel_free: channel 0: client-session, nchannels 1
debug1: Calling cleanup 0x40daa0(0x0)
Connection Failure.

Telnet/ftp is working very fine.

Please suggest on it.

Thanks
1 REPLY 1
VK2COT
Honored Contributor

Re: SSH: Corrupted MAC on input

Hello,

a) The Corrupted MAC is a checksum. It is a
more accurate than the standard TCP checksum.

That means you have a data corruption
somewhere. Some culprits to investigate:

* Firewall;
* Network address translation;
* Network congestion;
* Network device driver;
* NIC settings (speed, duplex mode,...);
* NIC faulty;
* Switch/router;
* Something else that corrupted the
data between the two SSH clients.

b) You did not specify the version of
HP-UX, the SSH client you use (is
it by any chance putty?), and SSH version
itself.

There are buggy versions of SSH too.

Cheers,

VK2COT
VK2COT - Dusan Baljevic