aboutsummaryrefslogtreecommitdiff
path: root/.ssh/config
diff options
context:
space:
mode:
Diffstat (limited to '.ssh/config')
-rw-r--r--.ssh/config70
1 files changed, 10 insertions, 60 deletions
diff --git a/.ssh/config b/.ssh/config
index b164bda..c0a670d 100644
--- a/.ssh/config
+++ b/.ssh/config
@@ -1,74 +1,24 @@
-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
- Hostname home.tyil.nl
- ForwardAgent yes
-
-Host anoia
- Hostname 10.57.100.3
-
-Host bast
- Hostname 10.57.100.4
+Host *
+ IdentityFile ~/.ssh/id.d/%u@%L-ed25519
-Host caeghi
- Hostname 10.57.20.2
+Host home.tyil.nl
+ Hostname 10.57.0.1
ForwardAgent yes
-Host denahnu
- Hostname 10.57.20.4
-
-Host edephas
- Hostname 10.57.100.7
-
-Host email
- Hostname 10.57.20.3
-
-Host faiwoo
- Hostname 10.57.20.5
+Host git.tyil.nl
+ Hostname 10.57.3.1
+ User git
Host rsync.net
User zh1193
Hostname zh1193.rsync.net
+# Test cluster
# Libvirt VMs
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 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