Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Customer tailscale #222

Merged
merged 6 commits into from
Oct 20, 2023
Merged

Customer tailscale #222

merged 6 commits into from
Oct 20, 2023

Conversation

mihelich
Copy link
Contributor

Provide customer instructions to access their robot remotely via Tailscale. Update and consolidate some of the common content around SSH configuration.

Copy link
Contributor

@guilhermedemouraa guilhermedemouraa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Everything looks great, thanks, Patrick!

PS: Should we also update cross-network settings?
I.e., instead of:

Host <robot-name>
  HostName <ip-address>
  User farm-ng-user-<username>

We would have:

Host <robot-name>
  HostName <robot-name>
  User farm-ng-user-<username>

@mihelich
Copy link
Contributor Author

Host <robot-name>
  HostName <robot-name>

It would be nice if the customer could use the short name out-of-the-box, but with Tailscale node sharing, stuff like ping <robot-name> won't work automatically. Per sharing & MagicDNS, they need to use the robot's IP address or FQDN. I think that's a necessary limitation on the Tailscale side to avoid surprises like name collisions. I tried to be clear in the docs about what to replace <ip-address>, so I guess we'll see if this trips folks up.

@mihelich mihelich merged commit 4c3681f into main Oct 20, 2023
2 checks passed
@mihelich mihelich deleted the customer-tailscale branch October 20, 2023 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants