[Bug 2081] extend the parameters to the AuthorizedKeysCommand

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Sat Jun 7 00:05:21 EST 2014


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

--- Comment #13 from Damien Miller <djm at mindrot.org> ---
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.


More information about the openssh-bugs mailing list