summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--sshd.817
2 files changed, 11 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index cc0d9cd3d..9e61d6c6f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,9 @@
10 - markus@cvs.openbsd.org 2001/07/22 22:04:19 10 - markus@cvs.openbsd.org 2001/07/22 22:04:19
11 [readconf.c ssh.1] 11 [readconf.c ssh.1]
12 enable challenge-response auth by default; ok millert@ 12 enable challenge-response auth by default; ok millert@
13 - markus@cvs.openbsd.org 2001/07/22 22:24:16
14 [sshd.8]
15 Xr login.conf
13 16
1420010803 1720010803
15 - (djm) Fix interrupted read in entropy gatherer. Spotted by markus@ on 18 - (djm) Fix interrupted read in entropy gatherer. Spotted by markus@ on
@@ -6120,4 +6123,4 @@
6120 - Wrote replacements for strlcpy and mkdtemp 6123 - Wrote replacements for strlcpy and mkdtemp
6121 - Released 1.0pre1 6124 - Released 1.0pre1
6122 6125
6123$Id: ChangeLog,v 1.1428 2001/08/06 20:53:26 mouring Exp $ 6126$Id: ChangeLog,v 1.1429 2001/08/06 20:55:28 mouring Exp $
diff --git a/sshd.8 b/sshd.8
index 314d863ed..01fd21421 100644
--- a/sshd.8
+++ b/sshd.8
@@ -34,7 +34,7 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: sshd.8,v 1.135 2001/06/27 04:48:53 markus Exp $ 37.\" $OpenBSD: sshd.8,v 1.136 2001/07/22 22:24:16 markus Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSHD 8 39.Dt SSHD 8
40.Os 40.Os
@@ -355,12 +355,10 @@ authentication is allowed.
355This option is only available for protocol version 2. 355This option is only available for protocol version 2.
356.Pp 356.Pp
357.It Cm ChallengeResponseAuthentication 357.It Cm ChallengeResponseAuthentication
358Specifies whether 358Specifies whether challenge response authentication is allowed.
359challenge response 359All authentication styles from
360authentication is allowed. 360.Xr login.conf 5
361Currently there is only support for 361are supported.
362.Xr skey 1
363authentication.
364The default is 362The default is
365.Dq yes . 363.Dq yes .
366.It Cm CheckMail 364.It Cm CheckMail
@@ -1267,15 +1265,14 @@ created OpenSSH.
1267Markus Friedl contributed the support for SSH 1265Markus Friedl contributed the support for SSH
1268protocol versions 1.5 and 2.0. 1266protocol versions 1.5 and 2.0.
1269.Sh SEE ALSO 1267.Sh SEE ALSO
1270.Xr moduli 5 ,
1271.Xr rlogin 1 ,
1272.Xr rsh 1 ,
1273.Xr scp 1 , 1268.Xr scp 1 ,
1274.Xr sftp 1 , 1269.Xr sftp 1 ,
1275.Xr ssh 1 , 1270.Xr ssh 1 ,
1276.Xr ssh-add 1 , 1271.Xr ssh-add 1 ,
1277.Xr ssh-agent 1 , 1272.Xr ssh-agent 1 ,
1278.Xr ssh-keygen 1 , 1273.Xr ssh-keygen 1 ,
1274.Xr login.conf 5 ,
1275.Xr moduli 5 ,
1279.Xr sftp-server 8 1276.Xr sftp-server 8
1280.Rs 1277.Rs
1281.%A T. Ylonen 1278.%A T. Ylonen