From 0cf686124948bb7e31f8c485ce6169bd73905107 Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Sat, 28 Sep 2019 22:48:05 +0100 Subject: factory-default/net-misc/openssh: restrict AuthorizedKeysFile --- factory-default/net-misc/openssh/etc/ssh/sshd_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'factory-default') diff --git a/factory-default/net-misc/openssh/etc/ssh/sshd_config b/factory-default/net-misc/openssh/etc/ssh/sshd_config index 3f0d125a..b1b8f373 100644 --- a/factory-default/net-misc/openssh/etc/ssh/sshd_config +++ b/factory-default/net-misc/openssh/etc/ssh/sshd_config @@ -39,7 +39,7 @@ StrictModes yes # Public key authentication is allowed PubkeyAuthentication yes -AuthorizedKeysFile /etc/ssh/authorized_keys/%u %h/.ssh/authorized_keys +AuthorizedKeysFile /etc/ssh/authorized_keys/%u # Disable rhosts HostbasedAuthentication no -- cgit v1.2.3