Merge pull request #75 from freach/master
sshd won't start if AddressFamily option is specified
This commit is contained in:
commit
0c06e247d5
@ -47,6 +47,10 @@
|
|||||||
# quick reference.
|
# quick reference.
|
||||||
# See the sshd_config(5) manpage for details
|
# See the sshd_config(5) manpage for details
|
||||||
|
|
||||||
|
# Specifies which address family should be used by sshd(8).
|
||||||
|
# Valid arguments are any, inet (use IPv4 only), or inet6 (use IPv6 only)
|
||||||
|
{{ option('AddressFamily', 'any') }}
|
||||||
|
|
||||||
# What ports, IPs and protocols we listen for
|
# What ports, IPs and protocols we listen for
|
||||||
{{ option('Port', 22) }}
|
{{ option('Port', 22) }}
|
||||||
# Use these options to restrict which interfaces/protocols sshd will bind to
|
# Use these options to restrict which interfaces/protocols sshd will bind to
|
||||||
|
Loading…
Reference in New Issue
Block a user