Macro make_openssh_key

Source
macro_rules! make_openssh_key {
    ($kind:tt, $args:expr, $keypair:expr, $public:expr) => { ... };
}
Expand description

A helper for creating a ([PrivateKey], [PublicKey]) pair.