mkouhei / openssh-ldap-pubkey

Provides command for OpenSSH with LDAP public key; using OpenSSH AuthorizedKeysCommand

Home Page:https://openssh-ldap-pubkey.rtfd.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

openssh-ldap-pubkey

Status

https://travis-ci.org/mkouhei/openssh-ldap-pubkey.svg?branch=master https://coveralls.io/repos/mkouhei/openssh-ldap-pubkey/badge.svg?branch=master&service=github Documentation Status

Requirements

LDAP server

  • Add openssh-lpk schema.
  • Add an objectClass ldapPublicKey to user entry.
  • Add one or more sshPublicKey attribute to user entry.

OpenSSH server

  • OpenSSH over 6.2.
  • Installing this utility.
  • Setup AuthorozedKeysCommand and AuthorizedKeysCommandUser in sshd_config.

See also

About

Provides command for OpenSSH with LDAP public key; using OpenSSH AuthorizedKeysCommand

https://openssh-ldap-pubkey.rtfd.org/

License:GNU General Public License v3.0


Languages

Language:Go 87.5%Language:Makefile 12.4%Language:Shell 0.1%