Skip to content

Commit

Permalink
fix(local-mode): fix port forward when having many local ssh keys
Browse files Browse the repository at this point in the history
  • Loading branch information
vvagaytsev committed Aug 16, 2023
1 parent 71f6221 commit 3bbc44d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/plugins/kubernetes/local-mode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -706,6 +706,7 @@ async function getReversePortForwardCommands(
`${PROXY_CONTAINER_USER_NAME}@${localhost}`,
`-p${localSshPort}`,
`-i ${keyPair.privateKeyPath}`,
"-oIdentitiesOnly=yes",
"-oStrictHostKeyChecking=accept-new",
`-oUserKnownHostsFile=${knownHostsFilePath}`,
"-oServerAliveInterval=60",
Expand Down

0 comments on commit 3bbc44d

Please sign in to comment.