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

--- Comment #13 from Damien Miller <[email protected]> ---
After discussing it with Markus and thinking about it some more, IMO it
would be better to extend the syntax of AuthorizedKeysCommand to accept
some arguments that are %-expanded. E.g.

AuthorizedKeysCommand /usr/local/bin/auth-keys %u %t %f %k

would yield a command of:

/usr/local/bin/auth-keys [username] [key-type] [fingerprint] [key blob]

If no argument was specified, then the current single argument of the
username (i.e. %u) would be passed.

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

Reply via email to