kubekey
kubekey copied to clipboard
After the kk init operation, the SSH version was updated, resulting in inability to SSH
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.
- Server check:
ssh -V,the version displayed is:OpenSSH_8.7p1, OpenSSL 3.0.0 7 sep 2021 - Execute the initialization command:
./kk init os -f config-sample.yaml - After waiting for the initialization to complete, run
ssh -Vagain, the version prompt:OpenSSL version mismatch. Compiled with 30000000, currently installed is 30500010
Relevant log output
Additional information
No response