bugzilla-daemon at bugzilla.mindrot.org
2018-Apr-10 10:35 UTC
[Bug 2854] New: tr_TR.UTF-8 locale bug generates "Bad configuration options" error
https://bugzilla.mindrot.org/show_bug.cgi?id=2854
Bug ID: 2854
Summary: tr_TR.UTF-8 locale bug generates "Bad configuration
options" error
Product: Portable OpenSSH
Version: 7.5p1
Hardware: amd64
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: ssh
Assignee: unassigned-bugs at mindrot.org
Reporter: turker.biz at gmail.com
https://bugzilla.mindrot.org/show_bug.cgi?id=2643
This bug still exists on ubuntu 17.10 with 1:7.5p1-10ubuntu0.1 package
and this workaround works
LC_ALL=C ssh some_host
--
You are receiving this mail because:
You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2018-Apr-10 12:04 UTC
[Bug 2854] tr_TR.UTF-8 locale bug generates "Bad configuration options" error
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.
bugzilla-daemon at bugzilla.mindrot.org
2018-Jul-27 04:25 UTC
[Bug 2854] tr_TR.UTF-8 locale bug generates "Bad configuration options" error
https://bugzilla.mindrot.org/show_bug.cgi?id=2854
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |djm at mindrot.org
Resolution|--- |WORKSFORME
--- Comment #2 from Damien Miller <djm at mindrot.org> ---
3 months with no followup == closed bug
--
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2018-Oct-19 06:17 UTC
[Bug 2854] tr_TR.UTF-8 locale bug generates "Bad configuration options" error
https://bugzilla.mindrot.org/show_bug.cgi?id=2854
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #3 from Damien Miller <djm at mindrot.org> ---
Close RESOLVED bugs with the release of openssh-8.0
--
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.