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