Open tmpfs opened 2 weeks ago
PEM for the private key and then we can use this to represent the public key:
https://docs.rs/openssh-keys/latest/openssh_keys/
Or even better this library from the RustCrypto folks: https://docs.rs/ssh-key/latest/ssh_key/
PEM for the private key and then we can use this to represent the public key:
https://docs.rs/openssh-keys/latest/openssh_keys/
Or even better this library from the RustCrypto folks: https://docs.rs/ssh-key/latest/ssh_key/