From 03dae8ddbc0112aac35ced3596cac9f7f51cf00d Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 19 Apr 2020 01:04:40 +0200 Subject: [PATCH] sshd use pam no --- docs/public/sshd/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/public/sshd/index.rst b/docs/public/sshd/index.rst index a431c82..de750a2 100644 --- a/docs/public/sshd/index.rst +++ b/docs/public/sshd/index.rst @@ -69,7 +69,7 @@ types: rsa/ed25519/…? TCPKeepAlive yes UseDNS no UseLogin no - UsePAM yes + UsePAM no X11Forwarding no # authentication @@ -82,7 +82,7 @@ types: rsa/ed25519/…? MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-256 PasswordAuthentication no PermitEmptyPasswords no - PermitRootLogin without-password + PermitRootLogin prohibit-password PubkeyAuthentication yes StrictModes yes UsePrivilegeSeparation sandbox