Skip to content
Snippets Groups Projects
Verified Commit ea4b833f authored by Evangelos Foutras's avatar Evangelos Foutras :smiley_cat:
Browse files

sshd: rebase sshd_config to openssh 9.4p1-2

parent c9f93dc0
No related branches found
No related tags found
No related merge requests found
Pipeline #75308 passed
# $OpenBSD: sshd_config,v 1.104 2021/07/02 05:11:21 dtucker Exp $
# Include drop-in configurations
Include /etc/ssh/sshd_config.d/*.conf
# This is the sshd server system-wide configuration file. See
# sshd_config(5) for more information.
......@@ -58,7 +59,7 @@ PasswordAuthentication no
#PermitEmptyPasswords no
# Change to no to disable s/key passwords
KbdInteractiveAuthentication no
#KbdInteractiveAuthentication yes
# Kerberos options
#KerberosAuthentication no
......@@ -79,7 +80,7 @@ KbdInteractiveAuthentication no
# If you just want the PAM account and session checks to run without
# PAM authentication, then enable this but set PasswordAuthentication
# and KbdInteractiveAuthentication to 'no'.
UsePAM yes
#UsePAM no
{% if 'buildservers' in group_names %}
#AllowAgentForwarding yes
......@@ -93,7 +94,7 @@ AllowTcpForwarding no
#X11DisplayOffset 10
#X11UseLocalhost yes
#PermitTTY yes
PrintMotd no
#PrintMotd yes
#PrintLastLog yes
#TCPKeepAlive yes
#PermitUserEnvironment no
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment