[Bug 2854] tr_TR.UTF-8 locale bug generates "Bad configuration options" error

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Tue Apr 10 22:04:08 AEST 2018


https://bugzilla.mindrot.org/show_bug.cgi?id=2854

Darren Tucker <dtucker at dtucker.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dtucker at dtucker.net

--- Comment #1 from Darren Tucker <dtucker at dtucker.net> ---
Can you reproduce the problem with the unmodified source code from
openssh.com?  I built all the releases from 7.3 to 7.7 and confirmed
that that the testcase in bug #2643 is indeed still fixed in 7.4 up, at
least on my Fedora 26 and Ubuntu 16.04.4 systems.

$ echo "IdentitiesOnly=yes" >/tmp/ssh_config

$ for i in 3 4 5 6 7; do v=7.${i}p1; echo -n "$v "; LANG=tr_TR.UTF-8
openssh-${v}/ssh -F /tmp/ssh_config localhost echo ok 2>&1 | head -1;
done
7.3p1 /tmp/ssh_config: line 1: Bad configuration option: Identitiesonly
7.4p1 ok
7.5p1 ok
7.6p1 ok
7.7p1 ok

Could you give an exact example of what didn't work for you?

-- 
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.


More information about the openssh-bugs mailing list