.ssh/config: Put id_rsa first so that it does not complain:
authorJan Kratochvil <jan@jankratochvil.net>
Sat, 19 Jun 2021 08:55:10 +0000 (10:55 +0200)
committerJan Kratochvil <jan@jankratochvil.net>
Sat, 19 Jun 2021 08:55:10 +0000 (10:55 +0200)
  no such identity: /home/$USER/.ssh/id_dsa: No such file or directory

.ssh/config

index 41ef1d4..37805b1 100644 (file)
@@ -1,5 +1,5 @@
-IdentityFile ~/.ssh/id_dsa
 IdentityFile ~/.ssh/id_rsa
+IdentityFile ~/.ssh/id_dsa
 IdentityFile ~/.ssh/id_rsa-old
 IdentityFile ~/.ssh/identity
 IdentityFile ~/.ssh/koji-id_rsa