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

Systems: Integration tests for new ssh key-pair support #87

Open
scblack321 opened this issue Dec 9, 2024 · 0 comments
Open

Systems: Integration tests for new ssh key-pair support #87

scblack321 opened this issue Dec 9, 2024 · 0 comments
Assignees

Comments

@scblack321
Copy link
Collaborator

Add integrations tests to verify the systems service supports various ssh key-pair types:

 *  -------------------                                         ----------------    ----------
 *  Linux Command / TMS                                         Private key file    Header
 *  -------------------                                         ----------------    ----------
 * ssh-keygen -t rsa -m pem         (Legacy)                    sshkeygen_rsa_pem   -----BEGIN RSA PRIVATE KEY-----
 * ssh-keygen -t rsa                                            sshkeygen_rsa       -----BEGIN OPENSSH PRIVATE KEY-----
 * ssh-keygen -t ed25519                                        sshkeygen_ed25519   -----BEGIN OPENSSH PRIVATE KEY-----

See also issue #46.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

No branches or pull requests

1 participant