SSHKeyEx is a library for working with SSH keys in Elixir through rust ssh_key
as nif implementations. Currently it only implements parts of the PublicKey.from_openssh
functionality to parse out the comment and the used algorithm of the given binary.
Installation
If available in Hex, the package can be installed
by adding ssh_key_ex
to your list of dependencies in mix.exs
:
def deps do
[
{:ssh_key_ex, "~> 0.6.2"}
]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/ssh_key_ex.