You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Expected behavior:
RSA keys with
rsa-sha2-256
andrsa-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:
Bug details:
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
The text was updated successfully, but these errors were encountered: