summaryrefslogtreecommitdiff
path: root/INSTALL
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 /INSTALL
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 'INSTALL')
-rw-r--r--INSTALL10
1 files changed, 0 insertions, 10 deletions
diff --git a/INSTALL b/INSTALL
index d5275113b..3fd265dbf 100644
--- a/INSTALL
+++ b/INSTALL
@@ -66,13 +66,6 @@ passphrase requester. This is maintained separately at:
66 66
67http://www.jmknoble.net/software/x11-ssh-askpass/ 67http://www.jmknoble.net/software/x11-ssh-askpass/
68 68
69S/Key Libraries:
70
71If you wish to use --with-skey then you will need the library below
72installed. No other S/Key library is currently known to be supported.
73
74http://www.sparc.spb.su/solaris/skey/
75
76LibEdit: 69LibEdit:
77 70
78sftp supports command-line editing via NetBSD's libedit. If your platform 71sftp supports command-line editing via NetBSD's libedit. If your platform
@@ -184,9 +177,6 @@ it if lastlog is installed in a different place.
184--with-osfsia, --without-osfsia will enable or disable OSF1's Security 177--with-osfsia, --without-osfsia will enable or disable OSF1's Security
185Integration Architecture. The default for OSF1 machines is enable. 178Integration Architecture. The default for OSF1 machines is enable.
186 179
187--with-skey=PATH will enable S/Key one time password support. You will
188need the S/Key libraries and header files installed for this to work.
189
190--with-md5-passwords will enable the use of MD5 passwords. Enable this 180--with-md5-passwords will enable the use of MD5 passwords. Enable this
191if your operating system uses MD5 passwords and the system crypt() does 181if your operating system uses MD5 passwords and the system crypt() does
192not support them directly (see the crypt(3/3c) man page). If enabled, the 182not support them directly (see the crypt(3/3c) man page). If enabled, the