#ifdef GSSAPI
if (options.gss_authentication) {
temporarily_use_uid(authctxt->pw);
ssh_gssapi_storecreds();
authctxt->krb5_set_env = ssh_gssapi_storecreds();
restore_uid();
}
#endif
file on logout.
The default is
.Cm yes .
.It Cm KerberosUniqueCCache
Specifies whether to store the acquired tickets in the per-session credential
cache under /tmp/ or whether to use per-user credential cache as configured in
.Pa /etc/krb5.conf .
The default value
.Cm no
can lead to overwriting previous tickets by subseqent connections to the same
user account.
.It Cm KexAlgorithms
Specifies the permitted KEX (Key Exchange) algorithms that the server will
offer to clients.
-