summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Ogden <bernie.ogden@linaro.org>2015-08-20 13:35:19 +0100
committerBernard Ogden <bernie.ogden@linaro.org>2015-08-20 13:35:19 +0100
commit51357d38f412e281f77333135562a20ca8b9043a (patch)
tree353d2fb22a13d4c6a96f309578c7850182834317
parentc38acd720b3f6ffbeb544063692eb471dada8593 (diff)
Disable password authentication, passwordless loginjuno
Change-Id: I0bc3bef4c1ebc6bc85f39a56a05548a8edaa0851
-rw-r--r--meta/recipes-connectivity/openssh/openssh/sshd_config4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/openssh/openssh/sshd_config b/meta/recipes-connectivity/openssh/openssh/sshd_config
index d48bd2b98..9674c4762 100644
--- a/meta/recipes-connectivity/openssh/openssh/sshd_config
+++ b/meta/recipes-connectivity/openssh/openssh/sshd_config
@@ -69,8 +69,8 @@ AuthorizedKeysFile .ssh/authorized_keys
#IgnoreRhosts yes
# To disable tunneled clear text passwords, change to no here!
-#PasswordAuthentication yes
-#PermitEmptyPasswords no
+PasswordAuthentication no
+PermitEmptyPasswords no
# Change to no to disable s/key passwords
ChallengeResponseAuthentication no