Skip to content

Commit

Permalink
Merge pull request #338 from hpidcock/fix-ed25519-keys
Browse files Browse the repository at this point in the history
fix: find id_ed25519 key for openssh
  • Loading branch information
hpidcock authored Aug 9, 2024
2 parents 130bac1 + c8ecb44 commit 961c211
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ssh/ssh_openssh.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ var defaultIdentities = []string{
"~/.ssh/id_rsa",
"~/.ssh/id_dsa",
"~/.ssh/id_ecdsa",
"~/.ssh/id_ed25519",
}

type opensshCommandKind int
Expand Down

0 comments on commit 961c211

Please sign in to comment.