2013-09-19 06:09:33 +02:00
|
|
|
# fix paths and references in sshd man pages
|
|
|
|
|
2016-01-21 08:28:30 +01:00
|
|
|
Index: b/sshd.8
|
|
|
|
===================================================================
|
|
|
|
--- a/sshd.8
|
|
|
|
+++ b/sshd.8
|
|
|
|
@@ -873,7 +873,7 @@ are displayed to anyone trying to log in
|
2013-09-19 06:09:33 +02:00
|
|
|
refused.
|
|
|
|
The file should be world-readable.
|
|
|
|
.Pp
|
|
|
|
-.It Pa /etc/shosts.equiv
|
|
|
|
+.It Pa /etc/ssh/shosts.equiv
|
|
|
|
This file is used in exactly the same way as
|
|
|
|
.Pa hosts.equiv ,
|
|
|
|
but allows host-based authentication without permitting login with
|
2016-01-21 08:28:30 +01:00
|
|
|
@@ -953,7 +953,7 @@ The content of this file is not sensitiv
|
2013-09-19 06:09:33 +02:00
|
|
|
.Xr ssh-keygen 1 ,
|
|
|
|
.Xr ssh-keyscan 1 ,
|
|
|
|
.Xr chroot 2 ,
|
|
|
|
-.Xr login.conf 5 ,
|
|
|
|
+.Xr login.defs 5 ,
|
|
|
|
.Xr moduli 5 ,
|
|
|
|
.Xr sshd_config 5 ,
|
|
|
|
.Xr inetd 8 ,
|
2016-01-21 08:28:30 +01:00
|
|
|
Index: b/sshd_config.5
|
|
|
|
===================================================================
|
|
|
|
--- a/sshd_config.5
|
|
|
|
+++ b/sshd_config.5
|
|
|
|
@@ -374,8 +374,7 @@ This option is only available for protoc
|
2013-09-19 06:09:33 +02:00
|
|
|
By default, no banner is displayed.
|
|
|
|
.It Cm ChallengeResponseAuthentication
|
|
|
|
Specifies whether challenge-response authentication is allowed (e.g. via
|
2016-01-21 08:28:30 +01:00
|
|
|
-PAM or through authentication styles supported in
|
2013-09-19 06:09:33 +02:00
|
|
|
-.Xr login.conf 5 )
|
|
|
|
+PAM)
|
|
|
|
The default is
|
|
|
|
.Dq yes .
|
|
|
|
.It Cm ChrootDirectory
|
2016-01-21 08:28:30 +01:00
|
|
|
@@ -773,7 +772,7 @@ or
|
2013-09-19 06:09:33 +02:00
|
|
|
.Pp
|
|
|
|
.Pa /etc/hosts.equiv
|
|
|
|
and
|
|
|
|
-.Pa /etc/shosts.equiv
|
|
|
|
+.Pa /etc/ssh/shosts.equiv
|
|
|
|
are still used.
|
|
|
|
The default is
|
|
|
|
.Dq yes .
|