Menu

ssh_dispatch_run_fatal: Connection to server x.x.x.x port 22: message authentication code incorrect

When we are doing the ssh to a server using ssh command, then sometimes on windows we got this error that doesn't allow us to connect with the servers. 

command: ssh userjorvee@10.10.10.10

 ssh_dispatch_run_fatal: Connection to server xx.xx.xx.xx port 22: message authentication code incorrect


To fix the above issue you can run the ssh with these parameters.

ssh -m hmac-sha2-256 userjorvee@10.10.10.10


Workaround:

1. https://www.nrel.gov/hpc/announcements/posts/windows-ssh-workaround.html

No comments:

Post a Comment