java-http-signature icon indicating copy to clipboard operation
java-http-signature copied to clipboard

support ssh-agent and/or ~/.ssh loading

Open cburroughs opened this issue 8 years ago • 1 comments

Followup from #10. java-http-signature controls the fingerprint generation, and the user supplied fingerprint is only used (if at all) for sanity checking.

This opens up the possibility to -- given a fingerprint -- have the library find the right key in ~/.ssh or an agent. This is how the node ecosystem now works.

cburroughs avatar Apr 04 '17 14:04 cburroughs

👍

phillipross avatar Apr 04 '17 23:04 phillipross