tailscale/cmd/tsshd/tsshd.go

13 lines
346 B
Go
Raw Normal View History

// Copyright (c) Tailscale Inc & AUTHORS
// SPDX-License-Identifier: BSD-3-Clause
2020-02-12 22:46:59 +00:00
//go:build ignore
// The tsshd binary was an experimental SSH server that accepts connections
2020-02-12 22:46:59 +00:00
// from anybody on the same Tailscale network.
//
// Its functionality moved into tailscaled.
2020-02-12 22:46:59 +00:00
//
// See https://github.com/tailscale/tailscale/issues/3802
package main