bitwarden_ssh::import

Function import_openssh_key

Source
fn import_openssh_key(
    encoded_key: String,
    password: Option<String>,
) -> Result<SshKeyView, SshKeyImportError>