forked from mirrors/nixpkgs
sshd: Add note about firewall and listenAddresses.
This commit is contained in:
parent
e12337156c
commit
ac39d839c3
|
@ -152,6 +152,8 @@ in
|
|||
List of addresses and ports to listen on (ListenAddress directive
|
||||
in config). If port is not specified for address sshd will listen
|
||||
on all ports specified by ports option.
|
||||
NOTE: setting this option won't automatically enable given ports
|
||||
in firewall configuration.
|
||||
'';
|
||||
options = {
|
||||
addr = mkOption {
|
||||
|
|
Loading…
Reference in a new issue