aboutsummaryrefslogtreecommitdiff
path: root/.ssh/config
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2021-01-25 05:12:54 +0100
committerPatrick Spek <p.spek@tyil.nl>2021-08-14 11:59:45 +0200
commit6f4a071ae423c30ce06bef35b04ed56128782345 (patch)
treef63354741ac5b1118b9b0c38393cd5d8d2c9c5ef /.ssh/config
parentf736d965b2912559ea92ee037d068aa3589318da (diff)
Commit updated ssh ids
Diffstat (limited to '.ssh/config')
-rw-r--r--.ssh/config31
1 files changed, 25 insertions, 6 deletions
diff --git a/.ssh/config b/.ssh/config
index 70c49fa..87e4d0d 100644
--- a/.ssh/config
+++ b/.ssh/config
@@ -1,14 +1,27 @@
-IdentityFile ~/.ssh/id_edephas_ed25519
+IdentityFile ~/.ssh/id.d/%L_ed25519
+IdentityFile ~/.ssh/id.d/%L_rsa
Host home
Hostname home.tyil.nl
- Port 59413
ForwardAgent yes
+Host anoia
+ Hostname 10.24.100.3
+
+Host bast
+ Hostname 10.24.100.4
+
Host caeghi
- Hostname caeghi.tyil.net
+ Hostname 10.24.100.5
ForwardAgent yes
+Host denahnu
+ Hostname 10.24.100.6
+
+Host edephas
+ Hostname 10.24.100.7
+
+# Include config.d/mintlab
Host *.zsys.nl
StrictHostKeyChecking no
UserKnownHostsFile /dev/null
@@ -22,15 +35,21 @@ Host bttw.prd.zsys.nl
ProxyJump bastion.prd.zsys.nl
User mintlab
+Host buildbox.prd.zsys.nl
+ ProxyJump bastion.prd.zsys.nl
+ User mintlab
+
Host vpn.mintlab.nl
User mintlab
-Host buildbox.prd.zsys.nl
- ProxyJump bastion.prd.zsys.nl
+Host wiki.zaaksysteem.nl
+ ProxyJump caeghi
User mintlab
+ Hostname www01.mintlab.nl
+#Include config.d/raku
Host rakudo.org
- IdentityFile ~/.ssh/id_rsa
+ IdentityFile ~/.ssh/id.d/sessifet_rsa
Hostname lavm-perl6infra-1.atikon.io
User rakudo.org
Port 2222