diff options
-rw-r--r-- | factory-default/net-misc/openssh/etc/ssh/sshd_config | 2 |
1 files changed, 1 insertions, 1 deletions
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 |