aboutsummaryrefslogtreecommitdiff
path: root/.ssh/config.d
diff options
context:
space:
mode:
Diffstat (limited to '.ssh/config.d')
-rw-r--r--.ssh/config.d/tyilnet39
-rw-r--r--.ssh/config.d/xxllnc10
-rw-r--r--.ssh/config.d/xxllnc-zgw44
3 files changed, 93 insertions, 0 deletions
diff --git a/.ssh/config.d/tyilnet b/.ssh/config.d/tyilnet
new file mode 100644
index 0000000..4bad39d
--- /dev/null
+++ b/.ssh/config.d/tyilnet
@@ -0,0 +1,39 @@
+Host anoia
+ Hostname fd68:1057:1992:3381::0:3317:4
+
+Host caeghi
+ Hostname fd68:1057:1992:3381::1:1:1
+ ForwardAgent yes
+
+Host edephas
+ Hostname fd68:1057:1992:3381::0:3317:1
+
+Host faiwoo
+ Hostname fd68:1057:1992:3381::1:1:2
+
+Host gaeru
+ Hostname fd68:1057:1992:3381::1:2:1
+
+Host jaomox
+ Hostname fd68:1057:1992:3381::3:3:1
+
+Host ludifah
+ Hostname fd68:1057:1992:3381::0:3317:2
+
+Host mieshu
+ Hostname fd68:1057:1992:3381::3:3317:1
+
+Host nouki
+ Hostname fd68:1057:1992:3381::2:3317:1
+
+Host oolah
+ Hostname fd68:1057:1992:3381::1:3317:1
+
+Host plarabe
+ Hostname fd68:1057:1992:3381::0:3317:3
+
+Host qohrei
+ Hostname fd68:1057:1992:3381::1:1:3
+
+Host ricui
+ Hostname fd68:1057:1992:3381::1:1:4
diff --git a/.ssh/config.d/xxllnc b/.ssh/config.d/xxllnc
new file mode 100644
index 0000000..47643e6
--- /dev/null
+++ b/.ssh/config.d/xxllnc
@@ -0,0 +1,10 @@
+Host *.zsys.nl
+ IdentitiesOnly yes
+ StrictHostKeyChecking no
+ UserKnownHostsFile /dev/null
+
+Host git.xxllnc.nl gitlab.com
+ Hostname gitlab.com
+ User git
+
+# vim: set ft=sshconfig :
diff --git a/.ssh/config.d/xxllnc-zgw b/.ssh/config.d/xxllnc-zgw
new file mode 100644
index 0000000..25159aa
--- /dev/null
+++ b/.ssh/config.d/xxllnc-zgw
@@ -0,0 +1,44 @@
+Host bastion.prd.zsys.nl
+ Hostname bastion-host-zaaksysteem-prd
+
+Host pgbouncer-rw-0-com.prd.zsys.nl
+ Hostname pgbouncer-rw-0-com
+
+Host revproxy-mlb-0.prd.zsys.nl
+ Hostname revproxy-mlb-0
+
+Host revproxy-mlb-1.prd.zsys.nl
+ Hostname revproxy-mlb-1
+
+Host revproxy-gov-0.prd.zsys.nl
+ Hostname revproxy-gov-0
+
+Host revproxy-gov-1.prd.zsys.nl
+ Hostname revproxy-gov-1
+
+Host revproxy-gov-2.prd.zsys.nl
+ Hostname revproxy-gov-2
+
+Host vpn.mintlab.nl
+ User mintlab
+
+Host wiki.zaaksysteem.nl
+ ProxyJump caeghi
+ User mintlab
+ Hostname www01.mintlab.nl
+
+Host i-*.prd.zsys.nl
+ IdentityFile ~/.ssh/id.d/%u@%L-ed25519.pub
+ ProxyCommand zs-ec2-ssh -P zs-prd -k "$HOME/.ssh/id.d/$USER@$(hostname -s)-ed25519.pub" -p "%p" -u "%r" -- "$(printf "%%s" "%h" | awk -F. '{ print $1 }')"
+ StrictHostKeyChecking no
+ User mintlab
+ UserKnownHostsFile /dev/null
+
+Host *.prd.zsys.nl
+ IdentityFile ~/.ssh/id.d/%u@%L-ed25519.pub
+ ProxyCommand zs-ec2-ssh -P zs-prd -k "$HOME/.ssh/id.d/$USER@$(hostname -s)-ed25519.pub" -p "%p" -u "%r" -- "$(zs-ec2-id -P zs-prd %h)"
+ StrictHostKeyChecking no
+ User mintlab
+ UserKnownHostsFile /dev/null
+
+# vim: set ft=sshconfig :