sshd: Add note about listening on port 22 to listenAddresses.
This commit is contained in:
parent
ac39d839c3
commit
a2394f09c7
|
@ -151,7 +151,8 @@ in
|
||||||
description = ''
|
description = ''
|
||||||
List of addresses and ports to listen on (ListenAddress directive
|
List of addresses and ports to listen on (ListenAddress directive
|
||||||
in config). If port is not specified for address sshd will listen
|
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
|
NOTE: setting this option won't automatically enable given ports
|
||||||
in firewall configuration.
|
in firewall configuration.
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in New Issue