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

--- Comment #7 from Markus Friedl <[email protected]> ---
(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.
_______________________________________________
openssh-bugs mailing list
[email protected]
https://lists.mindrot.org/mailman/listinfo/openssh-bugs

Reply via email to