summaryrefslogtreecommitdiff
path: root/ssh_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 /ssh_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 'ssh_config.5')
-rw-r--r--ssh_config.55
1 files changed, 2 insertions, 3 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index fe52578f4..f499396a3 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -997,10 +997,9 @@ The default is to use the server specified list.
997The methods available vary depending on what the server supports. 997The methods available vary depending on what the server supports.
998For an OpenSSH server, 998For an OpenSSH server,
999it may be zero or more of: 999it may be zero or more of:
1000.Cm bsdauth , 1000.Cm bsdauth
1001.Cm pam ,
1002and 1001and
1003.Cm skey . 1002.Cm pam .
1004.It Cm KexAlgorithms 1003.It Cm KexAlgorithms
1005Specifies the available KEX (Key Exchange) algorithms. 1004Specifies the available KEX (Key Exchange) algorithms.
1006Multiple algorithms must be comma-separated. 1005Multiple algorithms must be comma-separated.