📝 Release Notes
- Add Tailscale SSH server 1
- Fixes and improvements
1:
Adds an ssh_server field to Tailscale endpoints, running a Tailscale SSH server on tailnet port 22. Access is controlled by the SSH ACL in the Tailscale admin console, which maps each connection to a local user (behavior varies by platform; iOS and tvOS are not yet supported). The value may be true (equivalent to { "enabled": true }), or an object that additionally sets disable_pty, disable_sftp, and disable_forwarding.