Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use tmate-server-port when using libssh 0.9
* Since libssh 0.9 doing ssh_connect will call parse_config (unless it is deactivated SSH_OPTIONS_PROCESS_CONFIG) if ~/.ssh/config hasn't been parsed, overwriting the port option. So this will call parse_first before setting the port with tmate-server-port as commit 89a8a6fcf07368c56a98ff8168db77b6814fbe7b. Fixes tmate-io#167 Commit 89a8a6fcf07368c56a98ff8168db77b6814fbe7b in libssh As the configuration parsing is the last thing before doing the actual connection, it might overwrite previously set options. If this is not intended, the client application can ask the configuration files to be parsed before setting some other options that should not ve overwritten.
- Loading branch information