diff --git a/internal/cmd/configssh.go b/internal/cmd/configssh.go index 9417c514..7f79d6da 100644 --- a/internal/cmd/configssh.go +++ b/internal/cmd/configssh.go @@ -230,8 +230,6 @@ func makeSSHConfig(host, userName, workspaceName, privateKeyFilepath string, tun ConnectTimeout=0 IdentitiesOnly yes IdentityFile="%s" - ServerAliveInterval 60 - ServerAliveCountMax 3 `, workspaceName, workspaceName, workspaceName, privateKeyFilepath) } @@ -243,8 +241,6 @@ func makeSSHConfig(host, userName, workspaceName, privateKeyFilepath string, tun ConnectTimeout=0 IdentitiesOnly yes IdentityFile="%s" - ServerAliveInterval 60 - ServerAliveCountMax 3 `, workspaceName, host, userName, workspaceName, privateKeyFilepath) }