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:
parent
e71bd675b5
commit
7c1bc239af
2
tmate.h
2
tmate.h
@ -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"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user