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

https://github.com/zaporylie/drupal-sshkey

Port of Drupal SSHKey module
https://github.com/zaporylie/drupal-sshkey

Last synced: 4 months ago
JSON representation

Port of Drupal SSHKey module

Awesome Lists containing this project

README

        

SSH Key
====================

Manages OpenSSH public keys for Drupal accounts.

* Allow associating more than one key to a user.
* Disallow adding the same key twice by calculating and using the key fingerprint.
* Validates the key format.
* Complete access control API.

Todos
====================

* Add API documentation
* Re-add validation (validate on cron?)