diff options
author | Javier Alvarez Garcia <ja@daedalean.ai> | 2024-07-11 10:06:25 +0200 |
---|---|---|
committer | Javier Alvarez <javier.alvarez@allthingsembedded.net> | 2024-07-24 21:11:15 +0200 |
commit | 20b556be6a825f0255a71376a2bce4c2c8393b89 (patch) | |
tree | 25c21ae20d431fec15341b378ce903c259484c01 /plumbing/transport/ssh/common_test.go | |
parent | ec133065ea1201a4488bbc793ccd9337b6c06877 (diff) | |
download | go-git-20b556be6a825f0255a71376a2bce4c2c8393b89.tar.gz |
plumbing: transport/ssh, Add support for SSH @cert-authority.
skeema/knownhosts v1.3.0 introduced a HostKeyDB type that extends the HostKeyCallback functionality
to support @cert-authority algorithms.
`known_hosts` files may contain lines with @cert-authority markers to indicate that a line corresponds
to a certificate instead of a key. If a git remote uses cert authorities as the preferred host
identification mechanism, the functionality added in skeema/knownhosts v1.3.0 is needed so that go-git
can interact with this remote.
See https://github.com/skeema/knownhosts/pull/9 for details.
Diffstat (limited to 'plumbing/transport/ssh/common_test.go')
0 files changed, 0 insertions, 0 deletions