x/crypto/ssh: support encrypted private keys · Issue #18692 · golang/go

What did you do? SSH private keys are often stored on disk encrypted with a password. There are 2 major formats of these encrypted private keys. Today x/crypto/ssh just returns an error when encoun...