[Bug 2054] Environment fails to provide cryptographic identity of remote party
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Mon Dec 24 10:45:37 EST 2012
https://bugzilla.mindrot.org/show_bug.cgi?id=2054
Darren Tucker <dtucker at zip.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dtucker at zip.com.au
--- Comment #2 from Darren Tucker <dtucker at zip.com.au> ---
Assuming you're using public-key authentication (it's not clear if
you're that or hostbased) you can use the "environment=" key directive
in authorized_keys to implement something like this already, eg:
environment="SSH_KEY=key1" AAAA[...]1
environment="SSH_KEY=key2" AAAA[...]2
see the section on "AUTHORIZED_KEYS FILE FORMAT" in sshd(8). Note that
you'll need to enable PermitUserEnvironment in sshd_config for this to
work.
--
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
More information about the openssh-bugs
mailing list