mirage / awa-ssh

Purely functional SSH library in ocaml.
ISC License
104 stars 12 forks source link

Output keys (key seeds) as of_string expects #48

Closed reynir closed 1 year ago

reynir commented 1 year ago

This PR makes awa_gen_key output the key (seed) in the format expected of Awa.Keys.of_string.

hannesm commented 1 year ago

thanks, I took the liberty to push a commit to test awa-gen-key with --keytype ed25519 as well.

hannesm commented 1 year ago

thanks