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

RSA Keys Agent Forwarding returns no mutual signature supported #15633

Closed
stevenGravy opened this issue Aug 18, 2022 · 1 comment
Closed

RSA Keys Agent Forwarding returns no mutual signature supported #15633

stevenGravy opened this issue Aug 18, 2022 · 1 comment
Assignees

Comments

@stevenGravy
Copy link
Contributor

stevenGravy commented Aug 18, 2022

Expected behavior:

RSA keys with rsa-sha2-256 and rsa-sha2-512 signatures will agent forward and allow access to servers with those RSA keys.

Current behavior:

Teleport includes the RSA keys but when attempting to use those keys an error is returned. Using those keys with a OpenSSH servers does work with agent forwarding.

Error:

sign_and_send_pubkey: no mutual signature supported

Bug details:

  • Teleport version 10.1.4
  • Recreation steps

Run ssh-keygen to create an RSA key.

Use ssh-add -K rsa to add to ssh agent.

Add the rsa.pub file to a non Teleport node in authorized keys.

Make sure Agent Forwarding is on for the Teleport roel

  options:
    forward_agent: true
@stevenGravy
Copy link
Contributor Author

Working now

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

Successfully merging a pull request may close this issue.

2 participants