Github user mike-jumper commented on a diff in the pull request:

    https://github.com/apache/guacamole-server/pull/169#discussion_r232740653
  
    --- Diff: src/protocols/ssh/ssh.c ---
    @@ -256,6 +256,17 @@ void* ssh_client_thread(void* data) {
             return NULL;
         }
     
    +    /* Set the client timezone */
    +    if (settings->timezone != NULL) {
    +        if (libssh2_channel_setenv(ssh_client->term_channel, "TZ",
    +                    settings->timezone)) {
    +            guac_client_log(client, GUAC_LOG_WARNING,
    +                    "Unable to set the timzeone: SSH server "
    --- End diff --
    
    timzeone


---

Reply via email to