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

Shorten connection grace period to 20s

This commit is contained in:
Nicolas Viennot 2019-11-07 08:11:34 -05:00
parent e71bd675b5
commit 7c1bc239af

View File

@ -195,7 +195,7 @@ extern void tmate_ssh_server_main(struct tmate_session *session,
#define TMATE_SSH_DEFAULT_PORT 22 #define TMATE_SSH_DEFAULT_PORT 22
#endif #endif
#define TMATE_SSH_GRACE_PERIOD 60 #define TMATE_SSH_GRACE_PERIOD 20
#define TMATE_SSH_DEFAULT_KEYS_DIR "keys" #define TMATE_SSH_DEFAULT_KEYS_DIR "keys"