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

1.0.216 - SSH Agent authentication stops working with OpenWRT router #10146

Closed
guardiande opened this issue Jan 2, 2025 · 0 comments
Closed

Comments

@guardiande
Copy link

Describe the problem:
Since the upgrade to 1.0.216 authentication to a router running OpenWRT 23.05.5 changed: Authentication with ssh-agent and password stopped working in auto mode. Other connections work as before.

Setup:

  • Mac OS Sequoia 15.1.1
  • Tabby 1.0.216
  • OpenWRT 23.05.5

Situation before:

  • Start ssh-agent.
  • Authentication in profile set to auto.
  • Connection succeeds.

To Reproduce:

  • Start ssh-agent.
  • Make sure authentication in profile is set to auto.
  • Connect the profile.
  • Asks for private key passphrase, even though a key is not configured in the profile.
  • Press escape.
  • Asks again for passphrase.
  • Press escape.
  • Connection fails.

Output:

 SSH  Connecting to wrt
 SSH  Host key fingerprint:
 SSH   rsa-sha2-256  REDACTED 
 SSH  Loading private key: id_rsa
 SSH   !  Failed to load private key id_rsa: Error: Passphrase prompt cancelled
 SSH   !  Failed to authenticate using agent: Error: Send(SendError)
 X  SendError

Set authentication to password

  • Set authentication in profile to password.
  • Connect the profile.
  • Asks for password.
  • Input password.
  • Connection succeeds.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants