aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.ssh/config3
1 files changed, 2 insertions, 1 deletions
diff --git a/.ssh/config b/.ssh/config
index 87b7ef6..1db8cba 100644
--- a/.ssh/config
+++ b/.ssh/config
@@ -1,5 +1,4 @@
IdentityFile ~/.ssh/id_ed25519
-IdentityFile ~/.ssh/id_rsa
Host home
Hostname home.tyil.nl
@@ -11,6 +10,7 @@ Host caeghi
ForwardAgent yes
Host *.zsys.nl
+ IdentityFile ~/.ssh/id_rsa
StrictHostKeyChecking no
UserKnownHostsFile /dev/null
@@ -28,6 +28,7 @@ Host buildbox.prd.zsys.nl
User mintlab
Host rakudo.org
+ IdentityFile ~/.ssh/id_rsa
Hostname lavm-perl6infra-1.atikon.io
User rakudo.org
Port 2222