mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-26 11:35:35 +00:00
730ca4203c
Change-Id: I2fbbe983186169ddf1995d2f51c7b5a6164a0904 Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
15 lines
452 B
Go
15 lines
452 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
|
|
package main
|