https://bugzilla.mindrot.org/show_bug.cgi?id=2081
Scott Duckworth <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Scott Duckworth <[email protected]> --- Created attachment 2416 --> https://bugzilla.mindrot.org/attachment.cgi?id=2416&action=edit Patch adding environment variables to pass key and fingerprint to AuthorizedKeysCommand Per the discussion about this on the developer's mailing list (http://lists.mindrot.org/pipermail/openssh-unix-dev/2014-March/032341.html), here is an alternate to the already proposed patch that sends the key and key fingerprint to AuthorizedKeysCommand via environment variables. This maintains compatibility with existing programs being used in AuthorizedKeysCommand which require exactly one command line parameter (the username). Additionally, this only modifies the child process which is forked off to exec the AuthorizedKeysCommand, so there is no risk of introducing a memory leak in sshd. -- 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
