Skip to main content

load_key_from_string

Function load_key_from_string 

Source
pub fn load_key_from_string(pem: &str) -> Result<PrivateKey>
Expand description

Load SSH key pair from a PEM string (e.g. from an environment variable)