Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/netauth/netkeys

An AuthorizedKeysCommand implementation for NetAuth
https://github.com/netauth/netkeys

authentication-backend netauth secure-login ssh

Last synced: 10 days ago
JSON representation

An AuthorizedKeysCommand implementation for NetAuth

Awesome Lists containing this project

README

        

NetKeys
=======

NetKeys is a convenient application to print out ssh keys for sshd to
consume. To pull keys from the directory, place the following in your
sshd_config:

```
AuthorizedKeysCommandUser
AuthorizedKeysCommand /path/to/NetKeys --ID %u
```

Keep in mind that keys are not cached locally so if the network is
partitioned then no keys will be available. Plan for this accordingly
with backup keys.