/openldap-ssh-poc

Docker example of PAM SSH authentication using OpenLDAP

Primary LanguageShell

OpenLDAP SSH Docker Example

This example sets up an OpenLDAP and SSH containers to test authenticating SSH connections using LDAP and PAM.

Setup

make

Test

Using the password password:

ssh -l hashicorp 0.0.0.0 -p 2022

Cleanup

make clean