We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ab7227 commit 6a47fa0Copy full SHA for 6a47fa0
lib/sshkey.tcl
@@ -2,7 +2,10 @@
2
# Copyright (C) 2006, 2007 Shawn Pearce
3
4
proc find_ssh_key {} {
5
- foreach name {~/.ssh/id_dsa.pub ~/.ssh/id_rsa.pub ~/.ssh/identity.pub} {
+ foreach name {
6
+ ~/.ssh/id_dsa.pub ~/.ssh/id_ecdsa.pub ~/.ssh/id_ed25519.pub
7
+ ~/.ssh/id_rsa.pub ~/.ssh/identity.pub
8
+ } {
9
if {[file exists $name]} {
10
set fh [open $name r]
11
set cont [read $fh]
0 commit comments