Function parse_private_key

Source
pub fn parse_private_key(data: &str) -> Result<Vec<PrivateKey>, Error>
Expand description

Parse a SSH private key in openssh format

Note new format of SSH key can potentially contain more than one key