ytti / oxidized

Oxidized is a network device configuration backup tool. It's a RANCID replacement!
Apache License 2.0
2.75k stars 916 forks source link

corrupted hmac detected Net::SSH::Transport::HMAC::SHA2_512_Etm #2929

Open bbrendon opened 1 year ago

bbrendon commented 1 year ago

I just updated the docker container and I'm getting these errors now.

googling suggests updating the net-ssh library might fix it?

oxidized  | W, [2023-09-03T22:09:05.964482 #32]  WARN -- : 192.168.203.1 raised Net::SSH::Exception (rescued RuntimeError) with msg "corrupted hmac detected Net::SSH::Transport::HMAC::SHA2_512_Etm"
bbrendon commented 6 months ago

Any idea why this was closed. I'm running last nights build and it's still happening.

robertcheramy commented 6 months ago

This was automatically closed because no one worked on the issue. Reopening it.

bbrendon commented 6 months ago

I saw some mention online this is related to threading. No idea how true that is. I have mine set to single thread.

marmack95 commented 3 months ago

It seems to be a net-ssh problem: https://github.com/net-ssh/net-ssh/issues/728