aboutsummaryrefslogtreecommitdiff
path: root/.ssh/config.d
diff options
context:
space:
mode:
Diffstat (limited to '.ssh/config.d')
-rw-r--r--.ssh/config.d/mintlab-lab19
-rw-r--r--.ssh/config.d/tyilnet39
-rw-r--r--.ssh/config.d/xxllnc (renamed from .ssh/config.d/mintlab)4
-rw-r--r--.ssh/config.d/xxllnc-zgw (renamed from .ssh/config.d/mintlab-prd)0
4 files changed, 43 insertions, 19 deletions
diff --git a/.ssh/config.d/mintlab-lab b/.ssh/config.d/mintlab-lab
deleted file mode 100644
index 9cca614..0000000
--- a/.ssh/config.d/mintlab-lab
+++ /dev/null
@@ -1,19 +0,0 @@
-Host *.lab.zsys.nl
- IdentityFile ~/.ssh/id.d/%u@%L-ed25519.pub
- IdentitiesOnly yes
- ProxyCommand zs-ec2-ssh -P default -k "$HOME/.ssh/id.d/$USER@$(hostname -s)-ed25519.pub" -p "%p" -u "%r" -- "$(zs-ec2-id -P default %h | head -n 1)"
- StrictHostKeyChecking no
- User mintlab
- UserKnownHostsFile /dev/null
-
-Host *.lab.ec2
- IdentityFile ~/.ssh/id.d/%u@%L-ed25519.pub
- ProxyCommand zs-ec2-ssh -P default -k "$HOME/.ssh/id.d/$USER@$(hostname -s)-ed25519.pub" -p "%p" -u "%r" -- "$(echo %h | awk -F. '{print $1}')"
- StrictHostKeyChecking no
- User mintlab
- UserKnownHostsFile /dev/null
-
-Host bastion.lab.zsys.nl
- Hostname bastion-host-zaaksysteem-lab
-
-# vim: set ft=sshconfig :
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/mintlab b/.ssh/config.d/xxllnc
index c90ce27..47643e6 100644
--- a/.ssh/config.d/mintlab
+++ b/.ssh/config.d/xxllnc
@@ -3,4 +3,8 @@ Host *.zsys.nl
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/mintlab-prd b/.ssh/config.d/xxllnc-zgw
index 25159aa..25159aa 100644
--- a/.ssh/config.d/mintlab-prd
+++ b/.ssh/config.d/xxllnc-zgw