summaryrefslogtreecommitdiffhomepage
path: root/cmd/tailscaled/ssh.go
blob: f7b0b367ead5711d1e97c5792e201ae59819ac29 (plain)
1
2
3
4
5
6
7
8
9
// Copyright (c) Tailscale Inc & AUTHORS
// SPDX-License-Identifier: BSD-3-Clause

//go:build linux || darwin || freebsd || openbsd

package main

// Force registration of tailssh with LocalBackend.
import _ "tailscale.com/ssh/tailssh"