summaryrefslogtreecommitdiffhomepage
path: root/cmd/tailscaled/ssh.go
blob: b10a3b7748719760ae52298d106b44fe53a58023 (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) && !ts_omit_ssh

package main

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