Skip to content
Snippets Groups Projects
Commit 115e5b35 authored by Russ Allbery's avatar Russ Allbery
Browse files

Use more consistent sshd_config formatting

Try to stick with the same method of a conditional blank line.
parent da05689b
No related branches found
No related tags found
No related merge requests found
......@@ -72,12 +72,12 @@ PermitRootLogin without-password
# Allow X forwarding.
X11Forwarding yes
X11DisplayOffset 10
<% if operatingsystem != 'RedHat' then -%>
<% if operatingsystem != 'RedHat' then -%>
# Disable printing of the MOTD, since this is done via other means on Debian.
PrintMotd no
<% end -%>
<% end -%>
# Send TCP keep-alive messages to keep the connection open through firewalls
# and notice connection termination.
TCPKeepAlive yes
......
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