fuselpk 0.1
LDAP Public Key filesystem for openssh
FuseLPK is a filesystem exposing public ssh key for OpenSSH from an directory. This is useful for managing keys for a lot of users and systems.
Requirements
- python-fuse
- python-ldap
LDAP schema
You can add the schema in the egg, or create your own for advanced admin.
Configuration file
Please read default values in cfg.py.
Manually mount
fuselpk /mount/point
fstab mount at startup time
Put in your fstab:
fuselpk# /opt/fuselpk fuse config=/etc/ssh/fuselpk.conf 0 0
Configure ssh to use fuselpk
Adjust the sshd_config:
AuthorizedKeysFile /opt/fuselpk/%u/authorized_keys
Test's buildout
Please clone repository buildout and read attached README.
Developers
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| fuselpk-0.1.tar.gz (md5) | Source | 2010-09-02 | 9KB | 340 | |
- Author: Frédéric Dupré (Alterway group)
- Keywords: ldap ssh authentication fuse
- License: GPLv3
- Categories
- Package Index Owner: fdupre
- DOAP record: fuselpk-0.1.xml
