https://bugzilla.mindrot.org/show_bug.cgi?id=2624
Bug ID: 2624
Summary: ListenAddress and Port directives only accept a single
value
Product: Portable OpenSSH
Version: 7.3p1
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: sshd
Assignee: [email protected]
Reporter: [email protected]
There are several directives that allow multiple values to be
configured. This is mostly done by space or comma separating them.
The ListenAddress and Port directives however accept only a single
value.
In order to configure multiple values, the directive should be used
multiple times.
Consider AcceptEnv:
"Multiple environment variables may be separated by whitespace or
spread across multiple AcceptEnv directives".
If the configuration was done like AcceptEnv it would not break current
configs, and the inconsistency would be fixed.
FYI the reason I'm looking to have this patched is that my sshd_configs
are being constructed from a configuration management system that has
key->value pairs, so using multiple directives isn't possible. This
isn't a problem as almost all directives allow multiple values - except
the mentioned ones.
--
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
openssh-bugs mailing list
[email protected]
https://lists.mindrot.org/mailman/listinfo/openssh-bugs