We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 672a72f commit acd4db9Copy full SHA for acd4db9
internal/namespaces/account/v2alpha1/custom.go
@@ -42,7 +42,7 @@ func InitRun(ctx context.Context, argsI interface{}) (i interface{}, e error) {
42
var shortenedFilename string
43
var err error
44
var localSSHKeyContent []byte
45
- for _, keyName := range [3]string{"id_dsa.pub", "id_ed25519.pub", "id_rsa.pub"} {
+ for _, keyName := range [3]string{"id_ecdsa.pub", "id_ed25519.pub", "id_rsa.pub"} {
46
// element is the element from someSlice for where we are
47
relativePath := path.Join(".ssh", keyName)
48
filename := path.Join(core.ExtractUserHomeDir(ctx), relativePath)
0 commit comments