Earlier quoted context omitted.
The argument for it is that SSO should be treated as a basic security feature. It'd be like if you had to cough up enterprise pricing for the company to keep your passwords hashed instead of in plain text.
You don't have to use the service though! Can't afford it, don't use it. The price to get x service with the features you want is y no matter how you slice it by feature.
Tailscale SSH is now Generally Available
91–98 of 98 posts
Re: Tailscale SSH is now Generally Available
#92Just gonna note this is still a thing https://ssotax.org/
Re: Tailscale SSH is now Generally Available
#93Just gonna note this is still a thing https://ssotax.org/
I knew of https://sso.tax (which we are not listed on but I did include in my blog), but didn't know there was another website too!
Re: Tailscale SSH is now Generally Available
#94Just gonna note this is still a thing https://ssotax.org/
And it also seems like its wrong (or outdated?), Given they offer "SSO with any IdP" on ALL plans, including the free (personal) one: https://tailscale.com/pricing
Re: Tailscale SSH is now Generally Available
#95Earlier quoted context omitted.
Tailscale uses the WireGuard protocol. About the question about Tailscale being hacked or injecting hosts in your network. With the default configuration yes. There is Tailscale lock https://tailscale.com/kb/1226/tailnet-lock In which you need to sign the devices participating in your network. The signing keys are in your device.
Thanks! How much more cumbersome does the lock make it to use Tailscale?
If you use Mullvad VPN you need to sign the Mullvad exit nodes.
Just make sure to have more than one signing device in case something happens to your main computer.
Re: Tailscale SSH is now Generally Available
#96Just gonna note this is still a thing https://ssotax.org/
Hi! Tailscalar here. This is very topical for me! Over the past 3 weeks I've been working with internal stakeholders to remove our SSO tax - the sso tax is a pet hate of mine. A couple of weeks ago we removed it from our pricing plan after my proposal was approved, and today I released a blog on our website to announce it more widely: https://tailscale.com/blog/sso-tax-cut I knew of https://sso.tax (which we are not…
Respect for pushing that through the org!
Re: Tailscale SSH is now Generally Available
#97I love Tailscale, it’s by far the best VPN I’ve used, and the easiest wireguard implementation to get up and running I’ve used. I can certainly see the value of this feature for some orgs, but it seems little scary to me. With this setup, if an attacker is able to compromise Tailscale and add a key to your tailnet, that person will immediately have access to your network AND shell access to all of your boxes, rather…
I feel the same way. I wish they offered a second factor for SSH auth — when I last looked, they didn’t. I also send myself notifications any time a failed or successful SSH login attempt occurs by tailing the ssh service with journalctl. When I last tried Tailscale SSH, it didn’t log anything to journalctl and so my self-notification via journalctl method did not work.
Re: Tailscale SSH is now Generally Available
#98Earlier quoted context omitted.
I feel the same way. I wish they offered a second factor for SSH auth — when I last looked, they didn’t. I also send myself notifications any time a failed or successful SSH login attempt occurs by tailing the ssh service with journalctl. When I last tried Tailscale SSH, it didn’t log anything to journalctl and so my self-notification via journalctl method did not work.
do you do this with cron, fail2ban, or some other mechanism?
I use journalctl to follow the log. My NixOS module for it is here: https://github.com/heywoodlh/nixos-configs/blob/master/nixos...
If that isn’t clear, let me know and I can send my Ansible example :)
EDIT: To be more precise I set up the monitoring service as a systemd service