Skip to content

Commit

Permalink
fix: find id_ed25519 key for openssh
Browse files Browse the repository at this point in the history
  • Loading branch information
hpidcock committed Aug 9, 2024
1 parent 130bac1 commit c8ecb44
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 c8ecb44

Please sign in to comment.