1837078 Members
2574 Online
110112 Solutions
New Discussion

Re: ssh proplem

 
CHAKRADHAR_1
Advisor

ssh proplem

hi guys,

tricky one.

when i,m doing ssh to my server it is giving following error "Incoimg packet was garbeled on decrypting"

any one having the idea.
4 REPLIES 4
Raj D.
Honored Contributor

Re: ssh proplem

Chakradhar,
This error occurs when PuTTY decrypts an SSH packet and the decrypted data makes no sense. This probably means something has gone wrong in the encryption or decryption process. It's difficult to tell from this error message whether the problem is in the client or in the server.

cheers,
Raj.
" If u think u can , If u think u cannot , - You are always Right . "
Raj D.
Honored Contributor

Re: ssh proplem

Provide some more detail and check the below link,

http://the.earth.li/~sgtatham/putty/0.55/htmldoc/Chapter10.html#S10.12

cheers,
Raj.
" If u think u can , If u think u cannot , - You are always Right . "
CHAKRADHAR_1
Advisor

Re: ssh proplem

i,m able to shh from the other server directly.

but from puty this particular servr is giving error.
Matti_Kurkela
Honored Contributor

Re: ssh proplem

As Raj D. wrote, more detailed information would be useful.

According to Raj's link, it would be important to know which version of ssh package is used in the server. It's possible that your other server has a ssh package that is "bug-compatible" with this server.

The real solution would probably be to upgrade the ssh package in the servers, but Raj's link gives workarounds you can use with PuTTY.

MK
MK