From 8e932b749121cb6f5b639fbefb2c99348ad1e5cd Mon Sep 17 00:00:00 2001 From: Konrad Bucheli Date: Fri, 3 Feb 2023 10:58:57 +0100 Subject: [PATCH] document how to configure Putty --- user-guide/putty.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-guide/putty.md b/user-guide/putty.md index 2debe245..cc589d21 100644 --- a/user-guide/putty.md +++ b/user-guide/putty.md @@ -19,6 +19,6 @@ Note that you need also to remove the tick at "Attempt GSSAPI key exchange" beca ## Long Running Programs/Simulations The delegated Kerberos ticket from Windows can only work for less than one day (in the `klist` output check below `krbtgt/D.PSI.CH@D.PSI.CH` the `renew until` timestamp). So at some point after AFS will refuse access. -To get a longer valid Kerberos ticket on the Linux machine, type `kinit` and authenticate yourself with your password. The newly acquired Kerberos ticket can renewed for one week and AFS is happy as long too. +To get a longer valid Kerberos ticket on the Linux machine, type `kinit` and authenticate yourself with your password. The newly acquired Kerberos ticket will do it for one week and AFS is happy as long too. Alternatively you my disable Kerberos/GSSAPI authentication in Putty altogehter. But then you need always to enter your password when connecting to your Linux machine. But it will then always get a new Kerberos ticket working for one week.