use correct certificate extension when getting cluster of agentless node#24909
Conversation
lib/utils.CertTeleportClusterName is set by the SSH user key auth handlers, so it should always be set.
nklaassen
left a comment
There was a problem hiding this comment.
Tried this out and it works 👍 Do you think there's an appropriate test we could add to somehow check that the certs generated by tctl auth sign --format openssh can be used successfully? I'm alright with merging this fix in without it, so we can use it for the rest of the test plan, and adding a test later
|
I'm pretty sure the certificate used here is the user's Teleport issued SSH certificate, not the OpenSSH server's copy of the OpenSHH CA public key. I tried to create a regression test mimicking how |
|
Does this need backporting ?? |
|
This PR does not need backporting as it is superceded by #24935 |
lib/utils.CertTeleportClusterNameis set by the SSH user key auth handlers, so it should always be set.Updates #24778.