CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/07/16 21:43:42
Modified files:
usr.bin/ssh : ssh.c ssh_config ssh_config.5 sshconnect.c
Log message:
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)
