We access our Debian Linux servers with ssh using GSSAPI. The servers run OpenSSH and take advantage of the pam-stack. In particular, they use pam_afs_session
.
Every once in a while I see the following messages in the system log:
sshd[31799]: pam_afs_session(sshd:session): PAG apparently lost, recreating
What are the likely causes of this message?
0 Answers