Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch to
crypto/ssh
for parsing of private keys
This changes the logic for the parsing of private keys, as already done for the source-controller, so that it is able to recognize and work with a wider range of key formats instead of returning a vague error: ```console $ flux bootstrap git [..] ✗ ssh: this private key is passphrase protected ``` A patch for this was already submitted and merged in `go-git/go-git`, but is not made available in a release yet: go-git/go-git#298 Signed-off-by: Hidde Beydals <[email protected]>
- Loading branch information