-
Notifications
You must be signed in to change notification settings - Fork 9
Support Tailscale SSH #10
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
Comments
@mheffner that's a good question -- we have not yet. I believe today for our org/client needs, we typically use Tailscale as a means to get at internal network resources, which has largely removed our need to SSH / port-forward. That said... I imagine we should at least confirm that our module supports the new SSH capabilities. Something I'll look into and report back on. The SSH functionality would definitely replace or overlap the SSM responsibilities, but I would imagine it would still be useful to keep around as a backup in case Tailscale is down or something gets borked with the configuration. Still, maybe that's just me thinking of worst case scenario and we could simplify this module a good deal by removing the SSM agent side of things. Something we'll think about internally. cc @gberenice in case she has any thoughts / has tried out Tailscale SSH. |
Thanks for the quick response @Gowiem, makes sense. Yeah, I don't know how often we would realistically need to SSH into the TS subnet router boxes. Having a backup could be nice, we would need to think through the scenarios a bit more. Thanks for all the work you've put into the module here! |
@mheffner we ended up needing tailscale SSH support for a client, so we built it in. Check out https://github.com/masterpointio/terraform-aws-tailscale/releases/tag/1.0.0 and let us know your thoughts! |
Curious if you've looked at the (in beta) Tailscale SSH support. Could it replace some of the SSM responsibilities here?
The text was updated successfully, but these errors were encountered: