Skip to content

Commit

Permalink
set StrictHostKeychecking=no option to the ssh connection (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
pggb25 authored Nov 12, 2024
1 parent 693dd7b commit ebab710
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/admin_k9s.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ func setupSSHConnection(ctx context.Context) (*exec.Cmd, error) {

sshArgs := []string{
"-N", "-D", "1080",
"-o", "StrictHostKeychecking=no",
"-o", "ServerAliveInterval=10",
"-o", "ServerAliveCountMax=3",
"-o", "TCPKeepAlive=yes",
Expand Down

0 comments on commit ebab710

Please sign in to comment.