mirror of
https://github.com/tailscale/tailscale.git
synced 2025-08-11 21:27:31 +00:00
tailcfg, ssh/tailssh: optionally support SSH public keys in wire policy
And clean up logging. Updates #3802 Change-Id: I756dc2d579a16757537142283d791f1d0319f4f0 Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:

committed by
Brad Fitzpatrick

parent
df9ce972c7
commit
da14e024a8
@@ -666,8 +666,6 @@ func (ns *Impl) acceptTCP(r *tcp.ForwarderRequest) {
|
||||
ns.logf("handling SSH connection....")
|
||||
if err := handleSSH(ns.logf, ns.lb, c); err != nil {
|
||||
ns.logf("ssh error: %v", err)
|
||||
} else {
|
||||
ns.logf("ssh: ok")
|
||||
}
|
||||
return
|
||||
}
|
||||
|
Reference in New Issue
Block a user