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
|