From 0732a821717e3cbdf4ebb5bd664d3839057d70e6 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Sat, 18 Nov 2023 09:34:32 -0500 Subject: [PATCH] Updates for FreeBSD 14. --- ansible/roles/autofs/files/auto_master | 1 - ansible/roles/base/files/login.conf | 1 - ansible/roles/sshd/files/sshd_config | 4 ++-- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/ansible/roles/autofs/files/auto_master b/ansible/roles/autofs/files/auto_master index 72bedfe..de6f329 100644 --- a/ansible/roles/autofs/files/auto_master +++ b/ansible/roles/autofs/files/auto_master @@ -1,4 +1,3 @@ -# $FreeBSD$ # # Automounter master map, see auto_master(5) for details. # diff --git a/ansible/roles/base/files/login.conf b/ansible/roles/base/files/login.conf index 6778ed4..0183f2f 100644 --- a/ansible/roles/base/files/login.conf +++ b/ansible/roles/base/files/login.conf @@ -7,7 +7,6 @@ # This file controls resource limits, accounting limits and # default user environment settings. # -# $FreeBSD$ # # Default settings effectively disable resource limits, see the diff --git a/ansible/roles/sshd/files/sshd_config b/ansible/roles/sshd/files/sshd_config index 6ffeefb..90bb0ac 100644 --- a/ansible/roles/sshd/files/sshd_config +++ b/ansible/roles/sshd/files/sshd_config @@ -89,7 +89,7 @@ KbdInteractiveAuthentication no #AllowAgentForwarding yes #AllowTcpForwarding yes #GatewayPorts no -#X11Forwarding yes +#X11Forwarding no #X11DisplayOffset 10 #X11UseLocalhost yes #PermitTTY yes @@ -106,7 +106,7 @@ KbdInteractiveAuthentication no #PermitTunnel no #ChrootDirectory none #UseBlacklist no -#VersionAddendum FreeBSD-20230316 +#VersionAddendum FreeBSD-20231004 # no default banner path #Banner none