ssh_userauth_offer_pubkey

Function ssh_userauth_offer_pubkey 

Source
pub unsafe extern "C" fn ssh_userauth_offer_pubkey(
    session: ssh_session,
    username: *const c_char,
    type_: c_int,
    publickey: ssh_string,
) -> c_int