Closed tonoitp closed 9 months ago
I created .ssh/config and added
host *
MACs=hmac-sha2-256
now ssh works without specifying the option (obvious) but it made no difference for oxidized
Instead of changing the parameters globally, try grouping the exceptions. This should work:
groups:
routeros_hmac-sha2-256:
vars:
ssh_hmac: hmac-sha2-256
Thank you for the suggestion. It did not solve the issue :( I did more testing and found a bit more. I'll close this one and open a new one with an better description
Hi, Some -but not all- of my mikrotik devices don't backup. In the router I get an error "auth timeout" so I tested from the commandline. And indeed, ssh admin@192.168.0.1 left me with no reaction. Then I found ssh -o MACs=hmac-sha2-256 admin@192.168.0.1 to be working.
So I added a little to the config
but no difference. Tried the same under source / vars_map and the hmac-sha2-256 value in router.db but no success there either. The logs made me nothing wiser, and SSH logfiles are zero bytes for ssh is connected, but no data send/received yet.
Any suggestions?