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
Sometimes, Tailscale SSH will require the user to go through an additional auth flow before logging in. If this auth flow is encountered when the user clicks "Attach VS Code", the VSCode remote SSH mechanism doesn't recognize Tailscale's prompt to click an extra link, and hangs until timeout.
This can be fixed by us running a simple ssh <machine> echo test sort of command, catching the auth link if it appears, and opening it for the user, before passing the connection details to VSCode.
The text was updated successfully, but these errors were encountered:
Sometimes, Tailscale SSH will require the user to go through an additional auth flow before logging in. If this auth flow is encountered when the user clicks "Attach VS Code", the VSCode remote SSH mechanism doesn't recognize Tailscale's prompt to click an extra link, and hangs until timeout.
This can be fixed by us running a simple
ssh <machine> echo test
sort of command, catching the auth link if it appears, and opening it for the user, before passing the connection details to VSCode.The text was updated successfully, but these errors were encountered: