librarian v0.2.0 SSH.Key View Source
provides a basic way to generate passwordless SSH key files.
More complex options should be implemented directly via the
:public_key
module.
Link to this section Summary
Functions
roughly equivalent to the shell command ssh-keygen -t rsa
. Appends
userinfo
in the comments field.
Link to this section Types
Specs
mode() :: :rsa
currently, rsa is the only mode supported. In the future, ec mode might be added.