mirror of
https://github.com/tmate-io/tmate.git
synced 2025-06-30 14:20:34 +02:00
SSH log level is tweakable with -v
This commit is contained in:
@ -79,7 +79,7 @@ static void on_session_event(struct tmate_ssh_client *client)
|
||||
char *hash_str;
|
||||
int match;
|
||||
|
||||
int verbosity = SSH_LOG_RARE;
|
||||
int verbosity = SSH_LOG_NOLOG + debug_level;
|
||||
int port = TMATE_PORT;
|
||||
|
||||
ssh_session session = client->session;
|
||||
|
Reference in New Issue
Block a user