Hi. Analogous to AuthorizedPrincipalsFile it would be nice if one could set AuthorizedKeysFile to none so that no file is used. I guess one can, as a workaround set /dev/null, but that will probably lead to have it always opened and tried. Cheers, Chris.
It's already supported. From sshd_config(5) AuthorizedKeysFile: > Multiple files may be listed, separated by whitespace. Alternately > this option may be set to “none” to skip checking for user keys in > files. The default is “.ssh/authorized_keys .ssh/authorized_keys2”.
Close all resolved bugs after 7.3p1 release