Module: childProcess/ssh-keygen
This module provides a few promise based shortcuts to the ssh-keygen
command
- Source:
Methods
(inner) getUserHome() → {string}
- Source:
- To Do:
-
- replace this with `os.homedir()`? https://nodejs.org/api/os.html#os_os_homedir
Returns:
- Type
- string
(inner) keygen(keyname, publicPath) → {Q.Promise}
Parameters:
Name | Type | Description |
---|---|---|
keyname |
string | |
publicPath |
string |
- Source:
Returns:
- Type
- Q.Promise