]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
upstream: Add a '%k' TOKEN that expands to the effective HostKey of
authordtucker@openbsd.org <dtucker@openbsd.org>
Fri, 17 Jul 2020 03:43:42 +0000 (03:43 +0000)
committerDamien Miller <djm@mindrot.org>
Fri, 17 Jul 2020 03:52:46 +0000 (13:52 +1000)
commit8df5774a42d2eaffe057bd7f293fc6a4b1aa411c
tree16e1028b667e7f3fc41034da48367165e1110741
parentc4f239944a4351810fd317edf408bdcd5c0102d9
upstream: Add a '%k' TOKEN that expands to the effective HostKey of

the destination.  This allows, eg, keeping host keys in individual files
using "UserKnownHostsFile ~/.ssh/known_hosts.d/%k". bz#1654, ok djm@, jmc@
(man page bits)

OpenBSD-Commit-ID: 7084d723c9cc987a5c47194219efd099af5beadc
ssh.c
ssh_config
ssh_config.5
sshconnect.c