-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dev: utils: Avoid hardcoding the ssh key type as RSA #1600
base: master
Are you sure you want to change the base?
Dev: utils: Avoid hardcoding the ssh key type as RSA #1600
Commits on Nov 1, 2024
-
Dev: utils: Avoid hardcoding the ssh key type as RSA
In utils.ssh_copy_id_no_raise, the ssh key type is hardcoded as RSA. Then the join process will fail if the existing key type is not RSA. Also see: ClusterLabs#1504 (comment)
Configuration menu - View commit details
-
Copy full SHA for d60d6d4 - Browse repository at this point
Copy the full SHA d60d6d4View commit details -
Dev: ssh_key: Avoid hardcoding the ssh key type as RSA
In KeyFileManager, use class variable to store the key type instead of hardcoding it as RSA.
Configuration menu - View commit details
-
Copy full SHA for f4700eb - Browse repository at this point
Copy the full SHA f4700ebView commit details
Commits on Nov 4, 2024
-
Dev: bootstrap: Avoid hardcoding the ssh key type as RSA
Replace remote_public_key_from as ssh_key.fetch_public_key_list
Configuration menu - View commit details
-
Copy full SHA for 3299d1f - Browse repository at this point
Copy the full SHA 3299d1fView commit details -
Dev: bootstrap: Change the parameter name in swap_public_ssh_key func…
…tion - Change the parameter name from 'add' to 'generate_key_on_remote', which is more descriptive. - In the process of join_ssh, no need to set 'generate_key_on_remote' to True, as the init node already has the public key.
Configuration menu - View commit details
-
Copy full SHA for b30527a - Browse repository at this point
Copy the full SHA b30527aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d9b36d7 - Browse repository at this point
Copy the full SHA d9b36d7View commit details -
Dev: bootstrap: Reuse AuthorizedKeyManager to add key to authorized_keys
And remove unused code.
Configuration menu - View commit details
-
Copy full SHA for cf92da5 - Browse repository at this point
Copy the full SHA cf92da5View commit details -
Dev: bootstrap: Improve shell script in generate_ssh_key_pair_on_remote
to avoid hardcoding the ssh key type as rsa.
Configuration menu - View commit details
-
Copy full SHA for 8ac3021 - Browse repository at this point
Copy the full SHA 8ac3021View commit details -
Configuration menu - View commit details
-
Copy full SHA for ece148f - Browse repository at this point
Copy the full SHA ece148fView commit details