1
0
mirror of https://github.com/tmate-io/tmate-ssh-server.git synced 2020-11-18 19:53:51 -08:00

Enable compression

This commit is contained in:
Nicolas Viennot 2013-06-10 05:51:11 -04:00
parent 56cee30ee8
commit 6988b99fb4

View File

@ -98,6 +98,7 @@ static void on_session_event(struct tmate_ssh_client *client)
ssh_options_set(session, SSH_OPTIONS_LOG_VERBOSITY, &verbosity);
ssh_options_set(session, SSH_OPTIONS_PORT, &port);
ssh_options_set(session, SSH_OPTIONS_USER, "tmate");
ssh_options_set(session, SSH_OPTIONS_COMPRESSION, "yes");
tmate_debug("Connecting...");
client->state = SSH_CONNECT;