[Bug 1663] New: Allow to use agent for distribution of public keys.
bugzilla-daemon at bugzilla.mindrot.org
bugzilla-daemon at bugzilla.mindrot.org
Fri Oct 23 01:42:21 EST 2009
https://bugzilla.mindrot.org/show_bug.cgi?id=1663
Summary: Allow to use agent for distribution of public keys.
Product: Portable OpenSSH
Version: 5.3p1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: jchadima at redhat.com
For management of larger sites is useful to use distributed authorized
private keys. This patch allows use the agent to obtaining the keys.
There are possibility of use popen (agent) instead of open
(authorized_keys). The feature is triggered a new configure option.
The two sshd_config options configure the agent run string and the user
account used for running the agent. It's accepted that the agent output
is the same as the file format of authorized_keys2 file. Local
authorized_key files are skipped in the case of the active agent. Only
the protocol 2 is supported actually.
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
More information about the openssh-bugs
mailing list