tailscale/cmd/tsshd/tsshd.go
Brad Fitzpatrick 48d43134d7 cmd/tsshd: delete, leaving only forwarding docs
Updates #3802

Change-Id: I89d4d3d68d64af9bc7288a149b4b34f61884f5f4
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2022-05-16 11:52:44 -07:00

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