Cannot authenticate to two particular machines from a specific host #89
Unanswered
opoplawski
asked this question in
Q&A
Replies: 1 comment
-
The "bad" one just shows that it found a credential in the keyring, perhaps expired? I strongly suggest you do not use the keyring ccache with gssproxy though, because it will be shared with the root account and that may cause unwanted races. I would test manually by using a file ccache set with KRB5CCNAME before hand just to rule out cross process interference. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We use gssproxy to allow a service user to run ansible plays against our windows hosts. Recently it started to fail to connect to one machine with the following error:
Today, it started failing to connect to a second host as well. The user can connect to both of these machines from a nearly identical host in a different office.
I can reproduce the kerberos issue without gssproxy, so it's not really a gssproxy issue - but I'm hoping the gssproxy debug logs give more info about what is going wrong. KRB5_TRACE shows for the good:
and for the bad:
gssproxy debug output for a failing connection:
The context parameter to teh GSSX_ARG_INIT_SEC_CONTEXT calls seem to remain Null.
Beta Was this translation helpful? Give feedback.
All reactions