项目作者: smartprix

项目描述 :
SSH key management utility
高级语言: JavaScript
项目地址: git://github.com/smartprix/ssh-locksmith.git
创建时间: 2019-03-06T10:38:36Z
项目社区:https://github.com/smartprix/ssh-locksmith

开源协议:

下载


SSH Locksmith

Version
Downloads
License
Dependencies
Dev Dependencies

A node utility to manage SSH keys for different users on the server. It allows you to add and delete different users on your server.

It generates an SSH key pair and adds the public key to the authorized_keys directory and sends the private key via e-mail to the e-mail id provided.

You can delete the keys for a particular user, or for a particular e-mail address. The e-mail address is used as a comment while generating the SSH key pair, thus deletion on the basis of e-mail address is also supported.