Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request juju#17900 from hpidcock/fix-ed25519-keys
juju#17900 OpenSSH shim in juju/utils was only finding rsa, dsa and ecdsa private keys. This PR updates juju/utils/v3 to v3.2.0 with changes to also find ed25519 keys. See juju/utils#338 ## QA steps 1. Generate a new ed25519 ssh key pair `ssh-keygen -t ed25519` 2. Bootstrap a new controller with this key `juju bootstrap --config "authorized-keys=$(cat ~/.ssh/id_[ed25519.pub](http://ed25519.pub/))" [localhost](http://localhost/) 3. juju switch controller 4. juju ssh 0 If you can ssh to the controller machine then this has been fixed. Can also confirm the ed25519 key is the only one in the model with `juju ssh-keys --full` ## Documentation changes N/A ## Links **Launchpad bug:** https://bugs.launchpad.net/juju/+bug/2012208 **Jira card:** JUJU-6515
- Loading branch information