You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of nodejs/node#12012, Buffer will no longer throw when given a hex string of an invalid length. sshpk was relying on this check for rejecting bad MD5 fingerprints, so we'll need to perform the check ourselves now.