File openssh-7.2p2-eal3.patch of Package openssh.29886
From f1f304de657f9b9f9223dbfa7fcf849cc078b3a7 Mon Sep 17 00:00:00 2001
From: Old openssh patches <pcerny@suse.com>
Date: Tue, 25 Oct 2022 18:53:02 +0200
Subject: [PATCH] openssh-7.2p2-eal3
# HG changeset patch
# Parent f19426f2fa9c634474e635bf33b86acea0518f6d
fix paths and references in sshd man pages
---
sshd.8 | 4 ++--
sshd_config.5 | 5 ++---
2 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/sshd.8 b/sshd.8
index 6c521f23..cf27e826 100644
--- a/sshd.8
+++ b/sshd.8
@@ -906,7 +906,7 @@ are displayed to anyone trying to log in, and non-root connections are
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
@@ -986,7 +986,7 @@ The content of this file is not sensitive; it can be world-readable.
.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 ,
diff --git a/sshd_config.5 b/sshd_config.5
index 006fb9ae..0d8e5267 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -375,8 +375,7 @@ then no banner is displayed.
By default, no banner is displayed.
.It Cm ChallengeResponseAuthentication
Specifies whether challenge-response authentication is allowed (e.g. via
-PAM or through authentication styles supported in
-.Xr login.conf 5 )
+PAM)
The default is
.Dq yes .
.It Cm ChrootDirectory
@@ -771,7 +770,7 @@ or
.Pp
.Pa /etc/hosts.equiv
and
-.Pa /etc/shosts.equiv
+.Pa /etc/ssh/shosts.equiv
are still used.
The default is
.Dq yes .
--
2.38.0