You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/ide/jetbrains/gateway-plugin/src/main/kotlin/io/gitpod/jetbrains/gateway/GitpodConnectionProvider.kt
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -338,7 +338,9 @@ class GitpodConnectionProvider : GatewayConnectionProvider {
338
338
null,
339
339
ProgressManager.getGlobalProgressIndicator(),
340
340
false
341
-
).withSshConnectionConfig {
341
+
)
342
+
.withParsingOpenSSHConfig(true)
343
+
.withSshConnectionConfig {
342
344
val hostKeyVerifier = it.hostKeyVerifier
343
345
if (hostKeyVerifier isOpenSshLikeHostKeyVerifier) {
344
346
val acceptHostKey = acceptHostKey(ideUrl, hostKeys)
0 commit comments