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

droplet create command: Support ed25519 SSH keys #328

Merged
merged 1 commit into from
Oct 17, 2022

Conversation

swalkinshaw
Copy link
Member

Adds support for both ed25519 and rsa SSH keys. Previously this used ~/.ssh/id_rsa.pub as the default ssh-key option value which forced users with ed25519 keys to manually specify the key path.

Now trellis-cli will check both ~/.sss/id_ed25519.pub and ~/.sss/id_rsa.pub keys by default.

This also improves failure handling and output of SSH key related functionality including outputting the path of the key being used to make it more obvious.

Adds support for both ed25519 and rsa SSH keys. Previously this used
`~/.ssh/id_rsa.pub` as the default `ssh-key` option value which forced
users with ed25519 keys to manually specify the key path.

Now trellis-cli will check both `~/.sss/id_ed25519.pub` and
`~/.sss/id_rsa.pub` keys by default.

This also improves failure handling and output of SSH key related
functionality including outputting the path of the key being used to
make it more obvious.
@swalkinshaw swalkinshaw force-pushed the droplet-ssh-key-support-ed25519 branch from 8e15f21 to 74d6d65 Compare October 17, 2022 03:31
@swalkinshaw swalkinshaw merged commit 031c006 into master Oct 17, 2022
@swalkinshaw swalkinshaw deleted the droplet-ssh-key-support-ed25519 branch October 17, 2022 23:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant