jasonodonnell / openldap-ssh-poc

Docker example of PAM SSH authentication using OpenLDAP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Docker example of PAM SSH authentication using OpenLDAP


Languages

Language:Shell 89.5%Language:Makefile 10.5%