[Bug 2081] extend the parameters to the AuthorizedKeysCommand

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Tue Mar 25 07:08:52 EST 2014


https://bugzilla.mindrot.org/show_bug.cgi?id=2081

--- Comment #7 from Markus Friedl <markus at openbsd.org> ---
(In reply to Scott Duckworth from comment #6)
> Created attachment 2417 [details]
> Patch adding environment variables to pass key and fingerprint to
> AuthorizedKeysCommand
> 
> Patch updated to check for errors in setenv() calls.

I don't want to start using the environment here.

I prefer Damien's suggestion of using %-expanding
to setup the arguments that are passed to the
AuthorizedKeysCommand, e.g.

AuthorizedKeysCommand /path/to/command %u %k

for passing the username and the key, for example.

-m

-- 
You are receiving this mail because:
You are watching the assignee of the bug.


More information about the openssh-bugs mailing list