CVSROOT: /cvs Module name: src Changes by: dtuc...@cvs.openbsd.org 2021/01/21 19:44:58
Modified files: usr.bin/ssh : auth2-pubkey.c monitor.c readconf.c readconf.h scp.1 servconf.c servconf.h sftp.1 ssh.c ssh_config.5 sshconnect2.c sshd_config.5 Log message: 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@