https://bugzilla.wikimedia.org/show_bug.cgi?id=57752

       Web browser: ---
            Bug ID: 57752
           Summary: fetch ssh authorized_keys via LDAP
           Product: Wikimedia Labs
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: Unprioritized
         Component: Infrastructure
          Assignee: rlan...@gmail.com
          Reporter: has...@free.fr
                CC: abog...@wikimedia.org, fai...@wikimedia.org
    Classification: Unclassified
   Mobile Platform: ---

The ssh public keys of users are retrieved from a NFS share /public/keys using
in sshd_config:

 AuthorizedKeysFile    /etc/ssh/userkeys/%u/.ssh/authorized_keys

The OpenSSH in Ubuntu saucy supports a new command AuthorizedKeysCommand which
would let us retrieve the public keys directly from LDAP.

Ubuntu bug:
 https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/911747

Example configuration:

 AuthorizedKeysCommand "/usr/libexec/openssh/ssh-pubkey-helper -s %u"



We can't really deploy that on our labs instance right now since they are using
Precise. So I am logging this bug for later on.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to