bugzilla-daemon at bugzilla.mindrot.org
2018-Apr-05 20:16 UTC
[Bug 2851] New: Env name in environment options is restricted to be alphanumeric
https://bugzilla.mindrot.org/show_bug.cgi?id=2851 Bug ID: 2851 Summary: Env name in environment options is restricted to be alphanumeric Product: Portable OpenSSH Version: -current Hardware: Other OS: Linux Status: NEW Severity: major Priority: P5 Component: sshd Assignee: unassigned-bugs at mindrot.org Reporter: seroland86 at gmail.com The env name in the authorized_keys environment options has been restricted to only contain alphanummeric chars. If someone uses a key where that condition is not fulfilled login will fail. There might be a lot of environment names that contain underscores in the wild that will cause login failures. Either tighten condition or at least document it in the ChangeLog. -- You are receiving this mail because: You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2018-Apr-05 20:18 UTC
[Bug 2851] Env name in environment options is restricted to be alphanumeric
https://bugzilla.mindrot.org/show_bug.cgi?id=2851 --- Comment #1 from Sebastian Roland <seroland86 at gmail.com> --- s/tighten/loose -- You are receiving this mail because: You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2018-Apr-06 03:13 UTC
[Bug 2851] Env name in environment options is restricted to be alphanumeric
https://bugzilla.mindrot.org/show_bug.cgi?id=2851 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |djm at mindrot.org Blocks| |2852 --- Comment #2 from Damien Miller <djm at mindrot.org> --- Good point, I'll relax the check Referenced Bugs: https://bugzilla.mindrot.org/show_bug.cgi?id=2852 [Bug 2852] Tracking bug for OpenSSH 7.8 release -- 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-Apr-06 03:13 UTC
[Bug 2851] Env name in environment options is restricted to be alphanumeric
https://bugzilla.mindrot.org/show_bug.cgi?id=2851 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- 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-Apr-06 04:22 UTC
[Bug 2851] Env name in environment options is restricted to be alphanumeric
https://bugzilla.mindrot.org/show_bug.cgi?id=2851 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #3 from Damien Miller <djm at mindrot.org> --- I've just committed a fix to allow underscores. This will be in OpenSSH 7.8 commit 40f5f03544a07ebd2003b443d42e85cb51d94d59 (HEAD -> master, origin/master, origin/HEAD) Author: djm at openbsd.org <djm at openbsd.org> Date: Fri Apr 6 04:15:45 2018 +0000 upstream: relax checking of authorized_keys environment="..." options to allow underscores in variable names (regression introduced in 7.7). bz2851, ok deraadt@ OpenBSD-Commit-ID: 69690ffe0c97ff393f2c76d25b4b3d2ed4e4ac9c -- 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-Oct-19 06:17 UTC
[Bug 2851] Env name in environment options is restricted to be alphanumeric
https://bugzilla.mindrot.org/show_bug.cgi?id=2851 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #4 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 someone on the CC list of the bug. You are watching the assignee of the bug.