forked from canonical/pycloudlib
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Showing
2 changed files
with
38 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1!9.3.2 | ||
1!9.4.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters