mirror of
https://github.com/tailscale/tailscale.git
synced 2025-03-19 20:11:28 +00:00

This commit adds a helper to check if Tailscale SSH is enabled. We're currently checking the SSH_HostKeys field in a few places, but later plan to add an explicit bool. This helper makes the check and any future changes easier. Signed-off-by: Ross Zurowski <ross@rosszurowski.com>