Displaying 1 result from an estimated 1 matches for "sshd_config_with_another_nam".
Did you mean:
sshd_config_with_another_name
2020 May 23
6
[Bug 3169] New: sshd listens to port 22 AND whatever port is specified in or after Include(s)
...pted, BUT the server will listen to that
port AND to port 22. Note that the sshd_config as shipped does NOT have
a 'Port' statement - the server defaults to 22 if no Port is specified
(appearantly before 'Incude'(s) are evaluated.)
When I move the whole sshd_config to another name
(sshd_config_with_another_name) and include it from a new sshd_config
containing just two lines:
Include /etc/ssh/sshd_config_with_another_name
Port 7722
Then the server listens to Port 7722 AND 22.
When the order is reversed:
Port 7722
Include /etc/ssh/sshd_config_with_another_name
it will listen to port 7722 ONLY.
Previ...