]> source.dussan.org Git - jgit.git/commit
Support public key in IdentityFile 73/1177073/6
authorKonrad Windszus <konrad_w@gmx.de>
Tue, 20 Feb 2024 13:30:39 +0000 (14:30 +0100)
committerKonrad Windszus <konrad_w@gmx.de>
Thu, 22 Feb 2024 12:35:49 +0000 (13:35 +0100)
commita44b9e8bf7bd7ebcf603d54937ec6078ffa509e9
tree56294698a4e837ade7eba59cacd6a79d159b3665
parent426d67848a0e739d69f43098f46ee00b34fa7d77
Support public key in IdentityFile

Public keys in the SSH configuration's "IdentityFile" are used for
example by Password Managers like KeePassXC
(https://keepassxc.org/docs/#faq-ssh-agent-auth-errors) or 1Password
(https://developer.1password.com/docs/ssh/agent/advanced/#match-key-with-host)
to match keys in the SSH agent with specific hosts.

Bug: jgit-25
Change-Id: I33d47057d9dd54d3d08ba5bb17f730435ac93dac
org.eclipse.jgit.ssh.apache/src/org/eclipse/jgit/internal/transport/sshd/JGitPublicKeyAuthentication.java