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 de31383 commit b4c8604Copy full SHA for b4c8604
components/local-app/pkg/bastion/bastion.go
@@ -152,6 +152,7 @@ func (s *SSHConfigWritingCallback) InstanceUpdate(w *Workspace) {
152
&ssh_config.KV{Key: "User", Value: "gitpod"},
153
&ssh_config.KV{Key: "Port", Value: port},
154
&ssh_config.KV{Key: "IdentityFile", Value: ws.SSHPrivateFN},
155
+ &ssh_config.KV{Key: "IdentitiesOnly", Value: "yes"},
156
},
157
})
158
}
0 commit comments