mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-26 03:25:35 +00:00
48d43134d7
Updates #3802 Change-Id: I89d4d3d68d64af9bc7288a149b4b34f61884f5f4 Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
14 lines
439 B
Go
14 lines
439 B
Go
// Copyright (c) 2020 Tailscale Inc & AUTHORS All rights reserved.
|
|
// Use of this source code is governed by a BSD-style
|
|
// license that can be found in the LICENSE file.
|
|
|
|
//go:build ignore
|
|
// +build ignore
|
|
|
|
// The tsshd binary was an experimental SSH server that accepts connections
|
|
// from anybody on the same Tailscale network.
|
|
//
|
|
// Its functionality moved into tailscaled.
|
|
//
|
|
// See https://github.com/tailscale/tailscale/issues/3802
|