SupportsSSHServer reports whether the platform supports running the built-in auth-free SSH server.
()
| 34 | // SupportsSSHServer reports whether the platform supports running the built-in |
| 35 | // auth-free SSH server. |
| 36 | func 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. |
nothing calls this directly
no outgoing calls
no test coverage detected