Rename PubkeyAcceptedKeyTypes keyword to PubkeyAcceptedAlgorithms.
authordtucker <dtucker@openbsd.org>
Fri, 22 Jan 2021 02:44:58 +0000 (02:44 +0000)
committerdtucker <dtucker@openbsd.org>
Fri, 22 Jan 2021 02:44:58 +0000 (02:44 +0000)
commit71ae1114819ff58f380296276b4b4ed8cd6a33a2
tree733a51cd08d581c84a1bcf6b7a3989aa88aec8eb
parente7e4624867662843f2ac67eb84c9295f214ac586
Rename PubkeyAcceptedKeyTypes keyword to PubkeyAcceptedAlgorithms.
While the two were originally equivalent, this actually specifies the
signature algorithms that are accepted.  Some key types (eg RSA) can be
used by multiple algorithms (eg ssh-rsa, rsa-sha2-512) so the old name is
becoming increasingly misleading.  The old name is retained as an alias.
Prompted by bz#3253, help & ok djm@, man page help jmc@
12 files changed:
usr.bin/ssh/auth2-pubkey.c
usr.bin/ssh/monitor.c
usr.bin/ssh/readconf.c
usr.bin/ssh/readconf.h
usr.bin/ssh/scp.1
usr.bin/ssh/servconf.c
usr.bin/ssh/servconf.h
usr.bin/ssh/sftp.1
usr.bin/ssh/ssh.c
usr.bin/ssh/ssh_config.5
usr.bin/ssh/sshconnect2.c
usr.bin/ssh/sshd_config.5