Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: non-rsa public-key auth challeng signing (#3428)
Fixes a call to SignWithFlags which requested sha512 be used for all callenge signing requests; however this flag is only used by ssh-rsa keys. Some ssh agents, like OpenSSH, will simply ignore this flag when a different key type is used; however other agents, like 1password's ssh agent, will raise an error if this flag is set. Fixes #3366 Signed-off-by: Alex Couture-Beil <[email protected]>
- Loading branch information