[Bug 1876320] Re: Port parameter sshd_config is 22 AND whatever you specify
Adriaan van Nijendaal
1876320 at bugs.launchpad.net
Sat May 23 12:28:34 UTC 2020
(Finally) found the time to report it to OpenSSH:
https://bugzilla.mindrot.org/show_bug.cgi?id=3169 Thanks, Paride, Seth
and Simon, for your help.
** Bug watch added: OpenSSH Portable Bugzilla #3169
https://bugzilla.mindrot.org/show_bug.cgi?id=3169
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/1876320
Title:
Port parameter sshd_config is 22 AND whatever you specify
Status in openssh package in Ubuntu:
Incomplete
Bug description:
On my Ubuntu Server 20.04 LTS with OpenSSH 1:8.2p1-4, I have TWO sshd
deamons. One (on port 22) is for internal use, accepts passwords etc.
The second (on port 7722) does not allow PAM use and no passwords,
allows only one user(name) and uses an alternative autorized_keys file
(that only root can edit).
Any parameter FIRST encountered in sshd_config is the one that is
accepted; others do not override (like in many other config files).
There is one exception: 'Port', which is accumulative. To make life
easier, I set the more restrictive parameters for port 7722 first and
next include the system-default /etc/ssh/sshd_config.
The /etc/ssh/sshd_config file(s) in Ubuntu Server 20.04 DO NOT specify
'Port' anywhere - the default is 22. But: it is obviously still
accumulative: Setting 'Port' to 7722 makes sshd listen on port 7722
AND 22. This is unwanted.
Proposed solution: Remove the accumulative behavior for 'Port' and
REQUIRE the 'Port' parameter like before (and maybe have second and
later parameters override the earlier ones, like 'everyone else').
Regards,
Adriaan
PS Searching for solutions, I found that specifying 'ListenAddress
0.0.0.0:7722' stops sshd from listening to port 22. This, however, is
not documented in 'man 5 sshd_config' and may be an unreliable side-
effect.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1876320/+subscriptions
More information about the foundations-bugs
mailing list