8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ff0681 commit e6e77c2Copy full SHA for e6e77c2
src/main/kotlin/com/coder/gateway/cli/CoderCLIManager.kt
@@ -281,7 +281,7 @@ class CoderCLIManager(
281
transform = {
282
"""
283
Host ${getHostName(deploymentURL, it)}
284
- ProxyCommand CODER_SSH_USAGE_APP=jetbrains ${proxyArgs.joinToString(" ")} $it
+ ProxyCommand ${proxyArgs.joinToString(" ")} $it
285
ConnectTimeout 0
286
StrictHostKeyChecking no
287
UserKnownHostsFile /dev/null
@@ -300,8 +300,7 @@ class CoderCLIManager(
300
SetEnv CODER_SSH_SESSION_TYPE=JetBrains
301
""".trimIndent()
302
.plus(extraConfig)
303
- )
304
- .replace("\n", System.lineSeparator())
+ ).replace("\n", System.lineSeparator())
305
},
306
)
307
0 commit comments