3
0
Fork 0
forked from mirrors/nixpkgs

sshd: Add note about firewall and listenAddresses.

This commit is contained in:
Vladimir Still 2014-08-31 17:21:14 +02:00
parent e12337156c
commit ac39d839c3

View file

@ -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 {