
bugzilla-daemon at bugzilla
Oct 22, 2009, 7:42 AM
Post #1 of 1
(257 views)
Permalink
|
|
[Bug 1663] New: Allow to use agent for distribution of public keys.
|
|
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 ReportedBy: jchadima [at] redhat 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. _______________________________________________ openssh-bugs mailing list openssh-bugs [at] mindrot https://lists.mindrot.org/mailman/listinfo/openssh-bugs
|