ABI | Symbols | Types |
Used As | Name | Used In |
---|---|---|
PARAM | privatekey |
ssh_privatekey_type ( ssh_private_key privatekey ) » |
PARAM | privatekey |
ssh_userauth_pubkey ( ssh_session session, char const* username, ssh_string publickey, ssh_private_key privatekey ) » |
PARAM | prv |
publickey_from_privatekey ( ssh_private_key prv ) » |
PARAM | prv |
privatekey_free ( ssh_private_key prv ) » |
RETURN | privatekey_from_file ( ssh_session session, char const* filename, int type, char const* passphrase ) » |
|
FIELD | .dsa_key | struct ssh_session_struct { ... int version, ssh_private_key rsa_key, ssh_private_key dsa_key, int auth_methods, int hostkeys, ... } » |
FIELD | .rsa_key | struct ssh_session_struct { ... struct ssh_kbdint_struct* kbdint, int version, ssh_private_key rsa_key, ssh_private_key dsa_key, int auth_methods, ... } » |