[sshd.8]
     Xr login.conf
This commit is contained in:
Ben Lindstrom 2001-08-06 20:55:28 +00:00
parent 0076d75c25
commit c8e29ceb68
2 changed files with 11 additions and 11 deletions

View File

@ -10,6 +10,9 @@
- markus@cvs.openbsd.org 2001/07/22 22:04:19 - markus@cvs.openbsd.org 2001/07/22 22:04:19
[readconf.c ssh.1] [readconf.c ssh.1]
enable challenge-response auth by default; ok millert@ enable challenge-response auth by default; ok millert@
- markus@cvs.openbsd.org 2001/07/22 22:24:16
[sshd.8]
Xr login.conf
20010803 20010803
- (djm) Fix interrupted read in entropy gatherer. Spotted by markus@ on - (djm) Fix interrupted read in entropy gatherer. Spotted by markus@ on
@ -6120,4 +6123,4 @@
- Wrote replacements for strlcpy and mkdtemp - Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1 - Released 1.0pre1
$Id: ChangeLog,v 1.1428 2001/08/06 20:53:26 mouring Exp $ $Id: ChangeLog,v 1.1429 2001/08/06 20:55:28 mouring Exp $

17
sshd.8
View File

@ -34,7 +34,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\" .\"
.\" $OpenBSD: sshd.8,v 1.135 2001/06/27 04:48:53 markus Exp $ .\" $OpenBSD: sshd.8,v 1.136 2001/07/22 22:24:16 markus Exp $
.Dd September 25, 1999 .Dd September 25, 1999
.Dt SSHD 8 .Dt SSHD 8
.Os .Os
@ -355,12 +355,10 @@ authentication is allowed.
This option is only available for protocol version 2. This option is only available for protocol version 2.
.Pp .Pp
.It Cm ChallengeResponseAuthentication .It Cm ChallengeResponseAuthentication
Specifies whether Specifies whether challenge response authentication is allowed.
challenge response All authentication styles from
authentication is allowed. .Xr login.conf 5
Currently there is only support for are supported.
.Xr skey 1
authentication.
The default is The default is
.Dq yes . .Dq yes .
.It Cm CheckMail .It Cm CheckMail
@ -1267,15 +1265,14 @@ created OpenSSH.
Markus Friedl contributed the support for SSH Markus Friedl contributed the support for SSH
protocol versions 1.5 and 2.0. protocol versions 1.5 and 2.0.
.Sh SEE ALSO .Sh SEE ALSO
.Xr moduli 5 ,
.Xr rlogin 1 ,
.Xr rsh 1 ,
.Xr scp 1 , .Xr scp 1 ,
.Xr sftp 1 , .Xr sftp 1 ,
.Xr ssh 1 , .Xr ssh 1 ,
.Xr ssh-add 1 , .Xr ssh-add 1 ,
.Xr ssh-agent 1 , .Xr ssh-agent 1 ,
.Xr ssh-keygen 1 , .Xr ssh-keygen 1 ,
.Xr login.conf 5 ,
.Xr moduli 5 ,
.Xr sftp-server 8 .Xr sftp-server 8
.Rs .Rs
.%A T. Ylonen .%A T. Ylonen