I am trying to utilize the Tailscale Extension on VS Code to SSH via my Tailnet. I am met with an error of login: can't set groups: Operation not permitted within VS Code.
My Tailscale app is also running as unknown user and group. Is this expected behavior?
1605: tailscale0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1280 qdisc fq_codel state UNKNOWN group default qlen 500 link/none
Is this expected behavior of the docker0 device? Being down? 38: docker0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN group default
Is all of this expected behavior or is something misconfigured? Any help would be greatly appreciated.
You are trying to interact with Visual Studio development via ssh in your tailnet correct? Then Tailscale does have an extension for Visual Studio Code lets you interact with resources in your tailnet from within the VS Code IDE. The page below has the link and has some info on solving ssh issues. Other than that I am out of ideas.
Thanks to stavros-k on github for giving me the flag and responding so fast.
cap_add needs to have SETGID flag added.
This only gets access to the container and the containers file system. This may be the limitation to the environment (docker). Not willing to run as privileged.
We need Tailscale on the TrueNAS host. Let’s make that happen!