1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-07-29 13:01:13 +03:00

Benchmarks: parse config files

This commit is contained in:
Aris Adamantiadis
2012-12-23 23:10:52 +01:00
parent 6d61c3ce4a
commit 5dfc474fa8

View File

@ -286,6 +286,7 @@ static ssh_session connect_host(const char *host, int verbose, char *cipher){
goto error;
}
}
ssh_options_parse_config(session, NULL);
if(ssh_connect(session)==SSH_ERROR)
goto error;
if(ssh_userauth_autopubkey(session,NULL) != SSH_AUTH_SUCCESS)