ssh-keydgen icon indicating copy to clipboard operation
ssh-keydgen copied to clipboard

Generate Deterministic SSH keys

Results 6 ssh-keydgen issues
Sort by recently updated
recently updated
newest added

Hello. For some reason, when some time between runs passes, key's value changes: ![image](https://user-images.githubusercontent.com/31178401/210842514-ec342509-b65b-4bd9-964a-2e741fda02c6.png) ![image](https://user-images.githubusercontent.com/31178401/210842608-99c7a875-d981-4483-9c4f-7a592075efa0.png)

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.

enhancement

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.

enhancement

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...