2020-02-12 14:46:59 -08:00
|
|
|
// 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.
|
|
|
|
|
2022-05-16 10:04:46 -07:00
|
|
|
//go:build ignore
|
|
|
|
// +build ignore
|
2020-02-12 21:11:41 -08:00
|
|
|
|
2022-05-16 10:04:46 -07:00
|
|
|
// The tsshd binary was an experimental SSH server that accepts connections
|
2020-02-12 14:46:59 -08:00
|
|
|
// from anybody on the same Tailscale network.
|
|
|
|
//
|
2022-05-16 10:04:46 -07:00
|
|
|
// Its functionality moved into tailscaled.
|
2020-02-12 14:46:59 -08:00
|
|
|
//
|
2022-05-16 10:04:46 -07:00
|
|
|
// See https://github.com/tailscale/tailscale/issues/3802
|
2022-07-25 20:47:45 -07:00
|
|
|
package main
|