Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add ability to check for multiple default ssh key locations
Since Ubuntu 24.04 LTS and newer, the default location for ssh keys is `~/.ssh/id_ed25519` instead of `~/.ssh/id_rsa`. Thus, when no ssh key path is specified, this commit changes pycloudlib to check for an existing ssh key at either `~/.ssh/id_ed25519` or `~/.ssh/id_rsa`. Fixes GH canonical#341
- Loading branch information