kushaldas / johnnycanencrypt

Python module for OpenPGP written in Rust.
GNU Lesser General Public License v3.0
51 stars 9 forks source link

Get public key for ssh usage #114

Closed kushaldas closed 2 years ago

kushaldas commented 2 years ago

In future we will need to provide a version of public key which then can be used in ssh.

kushaldas commented 2 years ago

We will use https://docs.rs/sshkeys/0.3.2/sshkeys/index.html for this.