mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-06-12 09:41:53 +03:00
auth: Make ssh_userauth_autopubkey legacy.
This commit is contained in:
@ -29,7 +29,7 @@ int main(int argc, const char **argv){
|
||||
err=session.connect();
|
||||
if(err==SSH_ERROR)
|
||||
goto error;
|
||||
err=session.userauthAutopubkey();
|
||||
err=session.userauthPublickeyAuto();
|
||||
if(err==SSH_ERROR)
|
||||
goto error;
|
||||
|
||||
|
Reference in New Issue
Block a user