MCPcopy Create free account
hub / github.com/tailscale/tailcat / SupportsSSHServer

Function SupportsSSHServer

tailcat_ssh.go:36–36  ·  view source on GitHub ↗

SupportsSSHServer reports whether the platform supports running the built-in auth-free SSH server.

()

Source from the content-addressed store, hash-verified

34// SupportsSSHServer reports whether the platform supports running the built-in
35// auth-free SSH server.
36func SupportsSSHServer() bool { return true }
37
38// HandleTailscaleSSHConn handles an incoming TCP connection as an SSH session.
39// Authentication is not required — the WireGuard tunnel provides identity.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected