Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auth timeouts after key press #234

Open
DPR1604 opened this issue Jan 3, 2022 · 0 comments
Open

Auth timeouts after key press #234

DPR1604 opened this issue Jan 3, 2022 · 0 comments

Comments

@DPR1604
Copy link

DPR1604 commented Jan 3, 2022

Hi folks,

Having a strange issue getting the module setup for ssh.

So in testing I have added the following to pam.d/sshd

auth sufficient pam_yubico.so id=[REDACTED] debug authfile=/etc/yubico

And this to sshd_config

Match User [REDACTED]
AuthenticationMethods keyboard-interactive

also changed ChallengeResponseAuthentication no to ChallengeResponseAuthentication yes

This setup works on other servers only difference config wise is sufficient is required in pam.d/sshd

The behavior originally looked to be DNS related but running a tcpdump on port 53 shows the module performing lookups fine.

Essentially what happens is after the keypress it looking to accept the key but does not log in eventually sshd times the connection out

I'm not sure if it's related but I have spun up a test server with the same network config and that works fine the only difference is the servers with issues have been converted from centOS 8 to alma linux via the alma deploy script.

Nothing shows up in the debug log when attempting to auth via ssh, hoping someone can share some additional troubleshooting steps that might narrow down the problem

Thanks in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant