2023-01-28 05:37:20 +08:00
|
|
|
// Copyright (c) Tailscale Inc & AUTHORS
|
|
|
|
// SPDX-License-Identifier: BSD-3-Clause
|
2020-02-13 06:46:59 +08:00
|
|
|
|
2022-05-17 01:04:46 +08:00
|
|
|
//go:build ignore
|
2020-02-13 13:11:41 +08:00
|
|
|
|
2022-05-17 01:04:46 +08:00
|
|
|
// The tsshd binary was an experimental SSH server that accepts connections
|
2020-02-13 06:46:59 +08:00
|
|
|
// from anybody on the same Tailscale network.
|
|
|
|
//
|
2022-05-17 01:04:46 +08:00
|
|
|
// Its functionality moved into tailscaled.
|
2020-02-13 06:46:59 +08:00
|
|
|
//
|
2022-05-17 01:04:46 +08:00
|
|
|
// See https://github.com/tailscale/tailscale/issues/3802
|
2022-07-26 11:47:45 +08:00
|
|
|
package main
|