| Summary: | Env name in environment options is restricted to be alphanumeric | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Sebastian Roland <seroland86> |
| Component: | sshd | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | CLOSED FIXED | ||
| Severity: | major | CC: | djm |
| Priority: | P5 | ||
| Version: | -current | ||
| Hardware: | Other | ||
| OS: | Linux | ||
| Bug Depends on: | |||
| Bug Blocks: | 2852 | ||
|
Description
Sebastian Roland
2018-04-06 06:16:56 AEST
s/tighten/loose Good point, I'll relax the check 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@openbsd.org <djm@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 Close RESOLVED bugs with the release of openssh-8.0 |