mirage / awa-ssh

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

Provide constructors for keys and authenticators from string representation #25

Closed hannesm closed 2 years ago

hannesm commented 3 years ago

As mentioned in https://github.com/mirage/ocaml-git/issues/482 both private keys and authenticators should be constructable from a string easily (used as command-line arguments to programs):

This should be done before the next release. The current state is Keys.auhenticator_of_string and Keys.of_seed.

hannesm commented 2 years ago

That's done since 0.0.5.