SSH module: Keygen
Generate SSH key pair.
Example
Generate SSH private and public key pair, respectively:
space -m ssh /keygen/ -- "/tmp/janitor.key" "/tmp/janitor.pub"
Exit status code is expected to be 0 on success.
Edit this pageGenerate SSH key pair.
Generate SSH private and public key pair, respectively:
space -m ssh /keygen/ -- "/tmp/janitor.key" "/tmp/janitor.pub"
Exit status code is expected to be 0 on success.
Edit this page