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

Yubico Authenticator not Working any more #109

Closed
fishooo0815 opened this issue Nov 29, 2021 · 6 comments · Fixed by #121
Closed

Yubico Authenticator not Working any more #109

fishooo0815 opened this issue Nov 29, 2021 · 6 comments · Fixed by #121

Comments

@fishooo0815
Copy link

I installed the yubikey-agent
It is working fine with SSH.

But the Yubico Authenticator can't find the Key any more:

Screenshot 2021-11-29 at 17 17 54

@philandstuff
Copy link
Contributor

This is a limitation of the hardware. You can send a SIGHUP to yubikey-agent to disconnect the connection so that yubico-Authenticator can connect.

@fishooo0815
Copy link
Author

fishooo0815 commented Nov 29, 2021

How would you send this "SIGHUP"?

@philandstuff
Copy link
Contributor

Something like pkill -HUP yubikey-agent should do the job. Yubikey-agent will disconnect but keep running.

@fishooo0815
Copy link
Author

And is there a way to reconnect this?

@philandstuff
Copy link
Contributor

yes, the next ssh operation will reconnect. it may ask for your passphrase/PIN again at that point.

@fishooo0815
Copy link
Author

Is it posible to trigger the command pkill -HUP yubikey-agent...
... after the connection is asstabliched
... or after a amound of secconds?

Maybe placed in the ~/.ssh/config file?

tkalus added a commit to tkalus-forks/yubikey-agent that referenced this issue Mar 20, 2022
tkalus added a commit to tkalus-forks/yubikey-agent that referenced this issue Mar 20, 2022
tkalus added a commit to tkalus-forks/yubikey-agent that referenced this issue Mar 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants