Displaying 1 result from an estimated 1 matches for "lynq".
Did you mean:
lyne
2018 Mar 26
23
[Bug 2846] New: PermitOpen rule in sshd_config is not case insensitive
...rule in sshd_config holds a list of TCP endpoints and
port number tuples delimited by a space character. The endpoint can be
specified as IP address or FQDN. FQDN are case insensitive, but sshd
performs a case sensitiv check.
The sshd configuration in sshd_config:
PermitOpen=gitlab.company.de:80 lynq.company.de:3121
Here is the ssh client call:
ssh -L 3121:Lynq.company.de:3121 remote.company.de
Solution:
Perform a case insensitive check.
--
You are receiving this mail because:
You are watching the assignee of the bug.