aboutsummaryrefslogtreecommitdiff
path: root/.ssh
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-06-05 17:36:43 +0200
committerPatrick Spek <p.spek@tyil.nl>2021-08-14 11:59:38 +0200
commit361cf73ba0350b5f8f8971d6d6caeef003abd85e (patch)
tree80df415809e6b64148efe2445d6769e2443be98c /.ssh
parentdb81967413ddbd688473c0384ec7907af4afbf7d (diff)
Update SSH config to use new key
Diffstat (limited to '.ssh')
-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