wtsi-hgi/ssh-keydgen

Name: ssh-keydgen

Owner: Wellcome Trust Sanger Institute - Human Genetics Informatics

Description: Generate Deterministic SSH keys

Forked from: cornfeedhobo/ssh-keydgen

Created: 2017-11-15 15:47:03.0

Updated: 2017-11-15 15:47:05.0

Pushed: 2017-11-13 05:42:19.0

Homepage: null

Size: 931

Language: Go

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

ssh-keydgen Travis Github All Releases

Generate Deterministic SSH keys

Usage
AME:
  ssh-keydgen - deterministic authentication key generation

SAGE:
  ssh-keydgen [-t] [-b] [-c] [-o] [-a]

UTHOR:
  cornfeedhobo

PTIONS:
  -t type   Specifies the type of key to create. The possible values are ?dsa?, ?ecdsa?, ?ed25519?, or ?rsa?. (default: "ed25519")
  -b bits   Specifies the number of bits in the key to create. Possible values are restricted by key type. (default: 2048)
  -c curve  Specifies the elliptic curve to use. The possible values are 256, 384, or 521. (default: 256)
  -o path   Specifies the path to output the generated key.
  -a        Add the generated key to the running ssh-agent.

OPYRIGHT:
  (c) 2017 cornfeedhobo
Is it any good?

Yes


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.