From 22d4c290e71fde4f249676c5608be691c2ab113b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Str=C3=A5th?= Date: Wed, 29 Oct 2014 16:31:37 +0100 Subject: [PATCH] Update Yubikey_and_SSH_via_PAM.adoc --- doc/Yubikey_and_SSH_via_PAM.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Yubikey_and_SSH_via_PAM.adoc b/doc/Yubikey_and_SSH_via_PAM.adoc index 4f0536d..a3813c5 100644 --- a/doc/Yubikey_and_SSH_via_PAM.adoc +++ b/doc/Yubikey_and_SSH_via_PAM.adoc @@ -156,7 +156,7 @@ The _pam_unix.so_ module used for authentication is generally located into `/etc/pam.d/common-auth` for Debian based Linux systems. ==== SSH configuration ==== ---------------------- + Edit the sshd configuration file `/etc/ssh/sshd_config`_ to disable challenge- response passwords. Change `challenge-response passwords yes` to `challenge-response passwords no`.