ssh-keydgen
ssh-keydgen copied to clipboard
Generate Deterministic SSH keys
Hello. For some reason, when some time between runs passes, key's value changes:  
For instance, this: ``` printf | ssh-keydgen -t rsa --as 1 -f /tmp/qqq ``` fails, while: ``` ssh-keydgen -t rsa --as 1 -f /tmp/qqqqq ``` works.
Similar to the `ssh-keygen` `-C` option.
It would be really helpful if `ssh-keydgen` was able to read the passphrase from an environment variable, if the `-as` option is not provided. This would make it possible to...
It would be nice to add support for [bip39](https://github.com/bitcoin/bips/tree/master/bip-0039) style mnemonics, in the case the user does not want to enter a custom passphrase.
Hi, Sorry for necro-ing this repository. I stumbled upon it when someone came into the go discord asking how to install this project since it isn't using go modules. Since...