Skip to content

Commit d8e1eaa

Browse files
championshuttlerroboquat
authored andcommitted
Setup IdentitiesOnly as yes in ssh config
1 parent e06304b commit d8e1eaa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/local-app/pkg/bastion/bastion.go

+1
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ func (s *SSHConfigWritingCallback) InstanceUpdate(w *Workspace) {
152152
&ssh_config.KV{Key: "User", Value: "gitpod"},
153153
&ssh_config.KV{Key: "Port", Value: port},
154154
&ssh_config.KV{Key: "IdentityFile", Value: ws.SSHPrivateFN},
155+
&ssh_config.KV{Key: "IdentitiesOnly", Value: "yes"},
155156
},
156157
})
157158
}

0 commit comments

Comments
 (0)