https://github.com/supertassu/containerssh-ldap
LDAP authentication plugin for ContainerSSH
https://github.com/supertassu/containerssh-ldap
containerssh ldap-authentication
Last synced: about 1 year ago
JSON representation
LDAP authentication plugin for ContainerSSH
- Host: GitHub
- URL: https://github.com/supertassu/containerssh-ldap
- Owner: supertassu
- License: bsd-3-clause
- Created: 2021-02-25T13:54:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-25T14:02:02.000Z (over 5 years ago)
- Last Synced: 2025-02-09T06:14:41.974Z (over 1 year ago)
- Topics: containerssh, ldap-authentication
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# containerssh-ldap
[](https://opensource.org/licenses/BSD-3-Clause)
[ContainerSSH](https://containerssh.io) (v0.4) authentication server that
authenticates users with SSH keys stored in LDAP.
## Setup
Use the included example config file, suit it to your needs, and mount it on the
container at `/config.yaml` (or use the CONTAINERSSH_LDAP_CONFIG env variable to
change the location).
## Security
This is very experiemental. I wouldn't use it on a production enviroment.
If you find a security issue, please [contact me](https://taavi.wtf/#contact).
Thank you.