tailscale/cmd/tailscaled/ssh.go

10 lines
254 B
Go
Raw Permalink Normal View History

// 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"