diff --git a/board/myna-player-odyssey/rootfs_overlay/etc/ssh/sshd_config b/board/myna-player-odyssey/rootfs_overlay/etc/ssh/sshd_config index 084d18a..52b5ff4 100644 --- a/board/myna-player-odyssey/rootfs_overlay/etc/ssh/sshd_config +++ b/board/myna-player-odyssey/rootfs_overlay/etc/ssh/sshd_config @@ -30,7 +30,7 @@ # Authentication: #LoginGraceTime 2m -PermitRootLogin no +PermitRootLogin prohibit-password #StrictModes yes #MaxAuthTries 6 #MaxSessions 10 @@ -55,7 +55,7 @@ #IgnoreRhosts yes # To disable tunneled clear text passwords, change to no here! -# PasswordAuthentication no +PasswordAuthentication no #PermitEmptyPasswords no # Change to no to disable s/key passwords