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
I got the order of things getting shut down wrong: Instead of shutting down the SSH server, the sequence still shut down the _tailscale_ server, which had the exact same effect as before #107.
Instead, wait for the termination message, then shut down the SSH server, which causes the tailscale client to shut down.
0 commit comments