mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-02 03:52:49 -05:00
Centralise definition of GSSAPI check interval.
It was defined separately as 2 minutes in ssh.c and settings.c. Now both of those refer to a single definition in sshgss.h.
This commit is contained in:
@ -960,7 +960,7 @@ void load_open_settings(void *sesskey, Conf *conf)
|
||||
gprefs(sesskey, "HostKey", "ed25519,ecdsa,rsa,dsa,WARN",
|
||||
hknames, HK_MAX, conf, CONF_ssh_hklist);
|
||||
gppi(sesskey, "RekeyTime", 60, conf, CONF_ssh_rekey_time);
|
||||
gppi(sesskey, "GssapiRekey", 2, conf, CONF_gssapirekey);
|
||||
gppi(sesskey, "GssapiRekey", GSS_DEF_REKEY_MINS, conf, CONF_gssapirekey);
|
||||
gpps(sesskey, "RekeyBytes", "1G", conf, CONF_ssh_rekey_data);
|
||||
{
|
||||
/* SSH-2 only by default */
|
||||
|
Reference in New Issue
Block a user