Remove old options code.
This commit is contained in:
parent
3f686db40c
commit
dc490a714e
@ -224,13 +224,6 @@ static LIBSSH2_SESSION* __guac_ssh_create_session(guac_client* client) {
|
|||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Set session options */
|
|
||||||
#if 0
|
|
||||||
ssh_options_set(session, SSH_OPTIONS_HOST, client_data->hostname);
|
|
||||||
ssh_options_set(session, SSH_OPTIONS_PORT, &(client_data->port));
|
|
||||||
ssh_options_set(session, SSH_OPTIONS_USER, client_data->username);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Authenticate with key if available */
|
/* Authenticate with key if available */
|
||||||
#if 0
|
#if 0
|
||||||
if (client_data->key != NULL) {
|
if (client_data->key != NULL) {
|
||||||
|
Loading…
Reference in New Issue
Block a user