Comment on What us the best way to add remote access to my servers?
mrnobody@reddthat.com 1 week agoHow did you config tail scale though? Are you using some Apple or MS author account? I want to stay away with using one of their services to “authorize” connecting to my own server
StrawberryPigtails@lemmy.sdf.org 1 week ago
Google and Github SSO were the only options when I originally setup tailscale. There are a few more options now including what looks like every self-hosted OIDC provider I’ve ever heard of, and a few I hadn’t.
There are a couple options depending on how you are using it. Most of the time I just use the
tailscalecommand to configure each node.Most systems were just
sudo tailscale up --sshto get it up and running, although I have one system setup as a subnet router to give me outside-the-house access to systems that I can’t put tailscale on. That was a little more involved but it was still pretty straightforward and well documented. Their documentation is actually very well written and is worth the read.