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:
parent
56cee30ee8
commit
6988b99fb4
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user