diff --git a/cmd/root.go b/cmd/root.go index ae8f604f..6a64bbd7 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -35,7 +35,7 @@ const ( ) var ( - defaultSSHKeys = [...]string{"id_ed25519", "id_rsa", "id_dsa"} + defaultSSHKeys = [...]string{"id_ed25519", "id_ecdsa", "id_rsa", "id_dsa"} // emptyBody is kind of hack because post with "nil" will result into 406 error from the api emptyBody = []string{} )