mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-25 19:15:34 +00:00
cmd/tsconnect: remove debugging code
Remove test prefix added to validate the error code from 27f36f77c3
.
Signed-off-by: Mihai Parparita <mihai@tailscale.com>
This commit is contained in:
parent
be95aebabd
commit
58f35261d0
@ -30,7 +30,7 @@ export function runSSHSession(
|
||||
let resizeObserver: ResizeObserver | undefined
|
||||
let handleBeforeUnload: ((e: BeforeUnloadEvent) => void) | undefined
|
||||
|
||||
const sshSession = ipn.ssh(def.hostname + "2", def.username, {
|
||||
const sshSession = ipn.ssh(def.hostname, def.username, {
|
||||
writeFn(input) {
|
||||
term.write(input)
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user