summaryrefslogtreecommitdiff
path: root/sshd_config.5
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2018-07-20 13:18:28 +1000
committerDamien Miller <djm@mindrot.org>2018-07-31 12:59:30 +1000
commit87f08be054b7eeadbb9cdeb3fb4872be79ccf218 (patch)
tree80bfc724ddd93228b8571702a2f153787994022b /sshd_config.5
parent5d14019ba2ff54acbfd20a6b9b96bb860a8c7c31 (diff)
Remove support for S/Key
Most people will 1) be using modern multi-factor authentication methods like TOTP/OATH etc and 2) be getting support for multi-factor authentication via PAM or BSD Auth.
Diffstat (limited to 'sshd_config.5')
-rw-r--r--sshd_config.55
1 files changed, 2 insertions, 3 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index 02d8e436b..e1b54ba20 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -205,10 +205,9 @@ keyboard-interactive authentication before public key.
205For keyboard interactive authentication it is also possible to 205For keyboard interactive authentication it is also possible to
206restrict authentication to a specific device by appending a 206restrict authentication to a specific device by appending a
207colon followed by the device identifier 207colon followed by the device identifier
208.Cm bsdauth , 208.Cm bsdauth
209.Cm pam ,
210or 209or
211.Cm skey , 210.Cm pam .
212depending on the server configuration. 211depending on the server configuration.
213For example, 212For example,
214.Qq keyboard-interactive:bsdauth 213.Qq keyboard-interactive:bsdauth