From: dtucker Date: Tue, 12 Apr 2022 05:09:49 +0000 (+0000) Subject: Correct path for system known hosts file in description of X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=2f6b917ad88fe6426196b2cb6e0589fde00dd818;p=openbsd Correct path for system known hosts file in description of IgnoreUserKnownHosts. Patch from Martin Vahlensieck via tech@ --- diff --git a/usr.bin/ssh/sshd_config.5 b/usr.bin/ssh/sshd_config.5 index 34a9b7412bd..4e9e0c94d34 100644 --- a/usr.bin/ssh/sshd_config.5 +++ b/usr.bin/ssh/sshd_config.5 @@ -33,8 +33,8 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: sshd_config.5,v 1.340 2022/03/31 17:58:44 naddy Exp $ -.Dd $Mdocdate: March 31 2022 $ +.\" $OpenBSD: sshd_config.5,v 1.341 2022/04/12 05:09:49 dtucker Exp $ +.Dd $Mdocdate: April 12 2022 $ .Dt SSHD_CONFIG 5 .Os .Sh NAME @@ -818,7 +818,7 @@ should ignore the user's during .Cm HostbasedAuthentication and use only the system-wide known hosts file -.Pa /etc/ssh/known_hosts . +.Pa /etc/ssh/ssh_known_hosts . The default is .Dq no . .It Cm Include