diff --git a/cmd/admin_k9s.go b/cmd/admin_k9s.go index 7693cd1..65505d5 100644 --- a/cmd/admin_k9s.go +++ b/cmd/admin_k9s.go @@ -114,6 +114,7 @@ func setupSSHConnection(ctx context.Context) (*exec.Cmd, error) { sshArgs := []string{ "-N", "-D", "1080", "-o", "StrictHostKeychecking=no", + "-o", "UserKnownHostsFile=/dev/null", "-o", "ServerAliveInterval=10", "-o", "ServerAliveCountMax=3", "-o", "TCPKeepAlive=yes",