Use SHA256 for SSH signing
When using the SSH Agent signers we need to use a wrapper to actually allow signing with SHA256.
Hi, very sorry for the delay. I see the referenced issue: https://github.com/golang/go/issues/37278
Is marked closed. Is this change still needed? I have no problem with a wrapper for SSH Agent signers. I am just not entirely a big fan of enabling MD4/MD5.
I'm not doing anything with md4/md5, this PR enables SHA256 for ssh signing instead of SHA1. If you look at the diff I just remove a comment, I'm not changing anything wrt md4/md5
@cjslep please let me know if there's anything not clear
ping