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

package main

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