kubekey icon indicating copy to clipboard operation
kubekey copied to clipboard

After the kk init operation, the SSH version was updated, resulting in inability to SSH

Open luqiaoshi opened this issue 5 months ago • 0 comments

What is version of KubeKey has the issue?

./kk init os -f config-sample.yaml

What is your os environment?

CentOS Stream release 9

KubeKey config file


A clear and concise description of what happend.

  1. Server check: ssh -V, the version displayed is: OpenSSH_8.7p1, OpenSSL 3.0.0 7 sep 2021
  2. Execute the initialization command: ./kk init os -f config-sample.yaml
  3. After waiting for the initialization to complete, run ssh -V again, the version prompt: OpenSSL version mismatch. Compiled with 30000000, currently installed is 30500010

Relevant log output


Additional information

No response

luqiaoshi avatar Jul 14 '25 03:07 luqiaoshi