ssh/tailssh: avoid user ssh configuration in tests
Signed-off-by: James Tucker <james@tailscale.com>pull/4498/head
parent
700bd37730
commit
c2eff20008
|
@ -265,6 +265,8 @@ func TestSSH(t *testing.T) {
|
|||
|
||||
execSSH := func(args ...string) *exec.Cmd {
|
||||
cmd := exec.Command("ssh",
|
||||
"-F",
|
||||
"none",
|
||||
"-v",
|
||||
"-p", fmt.Sprint(port),
|
||||
"-o", "StrictHostKeyChecking=no",
|
||||
|
|
Loading…
Reference in New Issue