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: [email protected]
        ReportedBy: [email protected]


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

Reply via email to