From d903ba59853d8e5e373dd403ef9f790c6b762463 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Wed, 6 Jan 2016 10:17:33 +0200 Subject: [PATCH] sshd_config: no instead of No Permitrootlogin had it for some reason and Jolla's sshd didn't like it. --- etc/ssh/sshd_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/ssh/sshd_config b/etc/ssh/sshd_config index cd4cb117..155e2a83 100644 --- a/etc/ssh/sshd_config +++ b/etc/ssh/sshd_config @@ -76,7 +76,7 @@ PasswordAuthentication no # Auditing reasons, difficult to track which process belongs to which root # user. -PermitRootLogin No +PermitRootLogin no # Print /etc/motd (or /etc/profile or equivalent) on login. It's already # done by PAM, so no need for duplicate MOTDs.