Operating System - HP-UX
1819794 Members
3135 Online
109607 Solutions
New Discussion юеВ

SSH - 'Bad packet length 1349676916'

 
John Dinwoodie
Occasional Advisor

SSH - 'Bad packet length 1349676916'


Hi

Anybody know why we get this message when using SSH ?

ssh -l 'user' 'IP address', Local: Bad packet length 1349676916

Cheers, John.
Drinking for profit
2 REPLIES 2
U.SivaKumar_2
Honored Contributor

Re: SSH - 'Bad packet length 1349676916'

Hi,

That means there is ssh protocol mismatch between your ssh client and ssh server.

Check the version of ssh server and find out the ssh protocol it is using. And check whether your ssh client speaks the same protocol as server.

regards,

U.SivaKumar
Innovations are made when conventions are broken
RAC_1
Honored Contributor

Re: SSH - 'Bad packet length 1349676916'

try ssh -2 -l user "server"

Check you have version 2 in sshd_config.
There is no substitute to HARDWORK