{"id":18055976,"url":"https://github.com/grahamedgecombe/ssh-ldap-publickey","last_synced_at":"2025-04-11T02:06:34.266Z","repository":{"id":19712073,"uuid":"22967504","full_name":"grahamedgecombe/ssh-ldap-publickey","owner":"grahamedgecombe","description":"A program for looking up SSH public keys with LDAP.","archived":false,"fork":false,"pushed_at":"2014-08-15T21:20:05.000Z","size":144,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-11T02:04:05.383Z","etag":null,"topics":["c","ldap","ssh"],"latest_commit_sha":null,"homepage":"http://grahamedgecombe.com/projects/ssh-ldap-publickey","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grahamedgecombe.png","metadata":{"files":{"readme":"README.markdown","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-08-14T20:24:41.000Z","updated_at":"2022-07-27T07:02:33.000Z","dependencies_parsed_at":"2022-08-24T10:40:43.507Z","dependency_job_id":null,"html_url":"https://github.com/grahamedgecombe/ssh-ldap-publickey","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grahamedgecombe%2Fssh-ldap-publickey","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grahamedgecombe%2Fssh-ldap-publickey/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grahamedgecombe%2Fssh-ldap-publickey/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grahamedgecombe%2Fssh-ldap-publickey/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grahamedgecombe","download_url":"https://codeload.github.com/grahamedgecombe/ssh-ldap-publickey/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248328168,"owners_count":21085261,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c","ldap","ssh"],"created_at":"2024-10-31T01:13:06.659Z","updated_at":"2025-04-11T02:06:34.233Z","avatar_url":"https://github.com/grahamedgecombe.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"ssh-ldap-publickey\n==================\n\nA program for looking up SSH public keys with LDAP. Inspired by, and (mostly)\ncompatible with, Andrii Grytsenko's [openssh-ldap-publickey][1] Perl script.\n\nIt can be used with OpenSSH to fetch the authorized keys for a user from an LDAP\ndirectory, instead of from the user's `~/.ssh/authorized_keys` file.\n\nPrerequisites\n-------------\n\n* C99 compiler\n* libldap and liblber\n\nBuilding\n--------\n\nRun `make` to build the project.\n\nInstallation\n------------\n\nRun `make install` to install the project to `/usr/local`. You can set the\n`PREFIX` environment variable to change this to something else e.g. `/usr`. The\n`DESTDIR` variable is also supported.\n\nUsage\n-----\n\nEnsure your system's `ldap.conf` file is configured correctly, then add the\nfollowing directives to your `sshd_config` file:\n\n    AuthorizedKeysCommand /path/to/ssh-ldap-publickey\n    AuthorizedKeysCommandUser nobody\n\nOpenSSH's `AuthorizedKeysCommand` support requires version 6.1 or greater.\n\nDebian Package\n--------------\n\nThe repository also contains the files for creating a Debian package, which can\nbe done with the `dpkg-buildpackage` command. Alternatively, I distribute\npre-built versions for the stable i386 and amd64 versions of Debian in my\n[personal APT repository][2].\n\nLicense\n-------\n\nssh-ldap-publickey is available under the [ISC license][3], please see the\n`LICENSE` file for the licensing terms.\n\n`ssh-ldap-publickey.schema` was created by Eric Auge as part of his\n[OpenSSH-LPK patch][4], which was released under the\n[3-clause BSD license][5]. Please see the `debian/copyright` file for the\nlicensing terms.\n\n[1]: https://github.com/AndriiGrytsenko/openssh-ldap-publickey\n[2]: http://grahamedgecombe.com/apt-repository\n[3]: http://opensource.org/licenses/ISC\n[4]: https://code.google.com/p/openssh-lpk/\n[5]: http://opensource.org/licenses/BSD-3-Clause\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrahamedgecombe%2Fssh-ldap-publickey","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrahamedgecombe%2Fssh-ldap-publickey","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrahamedgecombe%2Fssh-ldap-publickey/lists"}