aboutsummaryrefslogtreecommitdiff
path: root/.ssh/config
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2022-01-24 13:08:35 +0100
committerPatrick Spek <p.spek@tyil.nl>2022-01-24 13:10:28 +0100
commit6b097c040a5c3b403a66324e40f66151c559259f (patch)
tree97c5b978346390874c6020d572c1cad9c5004f52 /.ssh/config
parent991dd1263447c8bd984ab401f12f49e79fe4d182 (diff)
Update ssh configs
Diffstat (limited to '.ssh/config')
-rw-r--r--.ssh/config49
1 files changed, 3 insertions, 46 deletions
diff --git a/.ssh/config b/.ssh/config
index e7b963a..7242dbf 100644
--- a/.ssh/config
+++ b/.ssh/config
@@ -1,7 +1,8 @@
IdentityFile ~/.ssh/id.d/%u@%L-ed25519
-UserKnownHostsFile ~/.ssh/known_hosts.d/global ~/.ssh/known_hosts.d/local
+UserKnownHostsFile ~/.ssh/known_hosts
+Include config.d/*
-Host home home.tyil.nl
+Host home.tyil.nl
Hostname 10.57.100.7
ForwardAgent yes
@@ -36,47 +37,3 @@ Host 192.168.122.*
User root
StrictHostKeyChecking no
UserKnownHostsFile /dev/null
-
-# Include config.d/mintlab
-Host *.zsys.nl
- StrictHostKeyChecking no
- UserKnownHostsFile /dev/null
-
-Host bastion.*.zsys.nl
- ProxyJump caeghi
- ForwardAgent yes
- User mintlab
-
-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 *.lab.zsys.nl
- ProxyJump bastion.lab.zsys.nl
- User mintlab
-
-Host pgbouncer.lab.zsys.nl
- ProxyJump bastion.lab.zsys.nl
- User ubuntu
-
-Host vpn.mintlab.nl
- User mintlab
-
-Host wiki.zaaksysteem.nl
- ProxyJump caeghi
- User mintlab
- Hostname www01.mintlab.nl
-
-Host *.competent.nl
- User patrick
-
-# Include config.d/raku
-Host rakudo.org
- IdentityFile ~/.ssh/id.d/sessifet_rsa
- Hostname lavm-perl6infra-1.atikon.io
- User rakudo.org
- Port 2222