sshd: Add note about listening on port 22 to listenAddresses.

This commit is contained in:
Vladimir Still 2014-09-01 13:02:39 +02:00
parent ac39d839c3
commit a2394f09c7
1 changed files with 2 additions and 1 deletions

View File

@ -151,7 +151,8 @@ in
description = ''
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.
on all ports specified by <literal>ports</literal> option.
NOTE: this will override default listening on all local addresses and port 22.
NOTE: setting this option won't automatically enable given ports
in firewall configuration.
'';