-
I'm trying to join a ssh session with join in my command line but I'm getting the error
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
When you just tsh join can you try using the node name that is shown when you do a tsh ls or using the host UUID (not session ID) when you do a teleport status on the node? |
Beta Was this translation helpful? Give feedback.
-
Try updating the
This is in all likelihood a bug/regression with session joining, but this workaround should regenerate the principals on the host certificate to include the host's IP address. This means that the principals will match when you try to join the session and things will work. In all likelihood, if you joined the node to the proxy via tunnel (using port 443 or 3080) rather than directly to the auth server (port 3025) this should work without issue. |
Beta Was this translation helpful? Give feedback.
Try updating the
/etc/teleport.yaml
config file on yourteamspeak-server
node to include the following, then restarting Teleport and joining the session again:This is in all likelihood a bug/regression with session joining, but this workaround should regenerate the principals on the host certificate to include the host's IP address. This means that the principals will match when you try to join the session and things will work.
In all likelihood, if you joined the node to the proxy via tunnel (using port 443 or 3080) rather than directly to the auth server (port 3025) this should work without…