[Bug 2870] Support "%i" token expansion in the IdentityAgent option
bugzilla-daemon at bugzilla.mindrot.org
bugzilla-daemon at bugzilla.mindrot.org
Fri May 25 14:18:40 AEST 2018
https://bugzilla.mindrot.org/show_bug.cgi?id=2870
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
CC| |djm at mindrot.org
Assignee|unassigned-bugs at mindrot.org |djm at mindrot.org
Attachment #3155| |ok?
Flags| |
--- Comment #1 from Damien Miller <djm at mindrot.org> ---
Created attachment 3155
--> https://bugzilla.mindrot.org/attachment.cgi?id=3155&action=edit
Support %U in sshd percent_expand for UID. Extend %i availability in
ssh
This patch adds a %U expansion to all the sshd_config directives that
accept a username (%u) token.
I would have used %i as is used in ssh, but unfortunately that's
already collided by the certificate key-ID token in sshd (sorry, my
fault).
This also expands the availability of %i in ssh to everywhere that
currenly supports %u too.
--
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