Allow newline after ListenAddress

This commit is contained in:
Tim Jones 2014-10-26 20:27:11 +01:00
parent d27e4c94bf
commit 09ca7de060
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@
# What ports, IPs and protocols we listen for
{{ option('Port', 22) }}
# Use these options to restrict which interfaces/protocols sshd will bind to
{{ option('ListenAddress', ['::', '0.0.0.0']) -}}
{{ option('ListenAddress', ['::', '0.0.0.0']) }}
{{ option_default_uncommented('Protocol', 2) }}
# HostKeys for protocol version 2