FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
194 views 0 comments
by anonymous
Hello i have an RUT955

i try access remotely with a static IP

when try access i recive this error  message

no matching mac found: client hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96 server hmac-sha2-256

i try with ssh root@xxx.xxx.xxx.xxx.xxx

any advice?

thank you

1 Answer

0 votes
by anonymous

Hello,

Could you execute the command ssh -Q mac in the machine you want to connect to RUT955.

The output should look something like this:

C:\Users\bliujus.zy>ssh -Q mac
hmac-sha1
hmac-sha1-96
hmac-sha2-256
hmac-sha2-512
hmac-md5
hmac-md5-96
umac-64@openssh.com
umac-128@openssh.com
hmac-sha1-etm@openssh.com
hmac-sha1-96-etm@openssh.com
hmac-sha2-256-etm@openssh.com
hmac-sha2-512-etm@openssh.com
hmac-md5-etm@openssh.com
hmac-md5-96-etm@openssh.com
umac-64-etm@openssh.com
umac-128-etm@openssh.com

If available, from the list outputted by the command pick one of the MAC's matching options listed in the error message and try the command similar to this: 

  • ssh -m hmac-md5 root@xxx.xxx.xxx.xxx.xxx

Best regards,