Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/netauth/netkeys
- Owner: netauth
- License: mit
- Created: 2018-06-28T00:46:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-21T06:52:35.000Z (over 3 years ago)
- Last Synced: 2024-08-02T02:14:39.608Z (3 months ago)
- Topics: authentication-backend, netauth, secure-login, ssh
- Language: Go
- Homepage:
- Size: 43.9 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.