Skip to content
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

Extend SSH key export script to support multiple SSH key types #32

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

josephmilla
Copy link

@josephmilla josephmilla commented Oct 5, 2024

This pull request enhances the existing SSH key export script to support a broader range of SSH key types. The key updates include:

  • Dynamic SSH key detection: The script now automatically detects and exports all public SSH keys (*.pub) in the .ssh directory, supporting multiple key types such as RSA, Ed25519, ECDSA, and DSA without the need for hardcoding specific key filenames.
  • Loop through key files: The script iterates through all available public key files in the user’s .ssh directory, ensuring flexibility and future-proofing for any new SSH key types.
  • Known hosts check: The script retains its functionality to check and output the contents of the known_hosts file.
  • Improved error handling: Ensures the script exits early if the current user is not valid or logged in.

This enhancement simplifies managing SSH keys across different environments by automatically handling various key types.

Testing:

$ shellcheck export_ssh_keys.sh

- Created a generic script to export SSH keys (RSA, Ed25519, known_hosts)
- Added user validation to ensure the script only runs for valid users
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant