mirror of
https://github.com/tailscale/tailscale.git
synced 2025-04-05 15:55:49 +00:00

Updates #5794 Change-Id: I7b05cd29ec02085cb503bbcd0beb61bf455002ac Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
10 lines
263 B
Go
10 lines
263 B
Go
// 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"
|