[Bug 2081] extend the parameters to the AuthorizedKeysCommand
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Fri Oct 10 06:30:02 EST 2014
https://bugzilla.mindrot.org/show_bug.cgi?id=2081
Micah Cowan <micah at addictivecode.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |micah at addictivecode.org
--- Comment #25 from Micah Cowan <micah at addictivecode.org> ---
Heh, apparently I just submitted a similar patch (written at the
request of my employer) without realizing this issue already existed,
with patches:
http://lists.mindrot.org/pipermail/openssh-unix-dev/2014-October/033026.html
... Obviously, we'd find this feature useful as well. :)
I don't know that we care about whether things are passed via CLI
versus environment, though a full key value strikes me as a rather
larger-than-usual argument.
Am I misreading the 2014-06-06 patch, or is there a memory leak between
the call to key_fingerprint and key_write_str (needing to free the
string created by key_fingerprint before overwriting the pointer with a
new allocation from key_write_str)? Not that it really makes a
difference when we're just about to call execl anyway. :)
--
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