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
- Host: GitHub
- URL: https://github.com/zaporylie/drupal-sshkey
- Owner: zaporylie
- Created: 2018-07-17T06:28:22.000Z (almost 7 years ago)
- Default Branch: 8.x-3.x
- Last Pushed: 2021-04-02T15:53:10.000Z (about 4 years ago)
- Last Synced: 2025-02-12T08:18:34.595Z (4 months ago)
- Language: PHP
- Size: 50.8 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.markdown
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?)