forked from pool/openssh
52 lines
1.1 KiB
Diff
52 lines
1.1 KiB
Diff
--- openssh-5.2p1/sshd.8
|
|
+++ openssh-5.2p1/sshd.8
|
|
@@ -783,7 +783,7 @@
|
|
The file format is described in
|
|
.Xr moduli 5 .
|
|
.Pp
|
|
-.It /etc/motd
|
|
+.It /etc/lib/motd
|
|
See
|
|
.Xr motd 5 .
|
|
.Pp
|
|
@@ -796,7 +796,7 @@
|
|
refused.
|
|
The file should be world-readable.
|
|
.Pp
|
|
-.It /etc/shosts.equiv
|
|
+.It /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
|
|
@@ -873,8 +873,7 @@
|
|
.Xr ssh-keyscan 1 ,
|
|
.Xr chroot 2 ,
|
|
.Xr hosts_access 5 ,
|
|
-.Xr login.conf 5 ,
|
|
-.Xr moduli 5 ,
|
|
+.Xr login.defs 5 ,
|
|
.Xr sshd_config 5 ,
|
|
.Xr inetd 8 ,
|
|
.Xr sftp-server 8
|
|
--- openssh-5.2p1/sshd_config.5
|
|
+++ openssh-5.2p1/sshd_config.5
|
|
@@ -177,9 +177,6 @@
|
|
By default, no banner is displayed.
|
|
.It Cm ChallengeResponseAuthentication
|
|
Specifies whether challenge-response authentication is allowed.
|
|
-All authentication styles from
|
|
-.Xr login.conf 5
|
|
-are supported.
|
|
The default is
|
|
.Dq yes .
|
|
.It Cm ChrootDirectory
|
|
@@ -438,7 +435,7 @@
|
|
.Pp
|
|
.Pa /etc/hosts.equiv
|
|
and
|
|
-.Pa /etc/shosts.equiv
|
|
+.Pa /etc/ssh/shosts.equiv
|
|
are still used.
|
|
The default is
|
|
.Dq yes .
|