Keep the default AuthorizedKeysFile setting. Although authorized_keys2

has been deprecated for a while, some people still use it and were
unpleasantly surprised by this change.

I may revert this commit at a later date if I can come up with a way
to give users who still have authorized_keys2 files sufficient advance
warning.

MFC after:	ASAP
This commit is contained in:
Dag-Erling Smørgrav 2013-03-18 10:50:50 +00:00
parent e8dde80b1d
commit c5c0dc9146
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=248465

View File

@ -50,8 +50,7 @@
#PubkeyAuthentication yes
# The default is to check both .ssh/authorized_keys and .ssh/authorized_keys2
# but this is overridden so installations will only check .ssh/authorized_keys
AuthorizedKeysFile .ssh/authorized_keys
#AuthorizedKeysFile .ssh/authorized_keys .ssh/authorized_keys2
#AuthorizedPrincipalsFile none