From bc406e895ca8a9c13472603aecc869f27b9034ad Mon Sep 17 00:00:00 2001 From: lub Date: Sun, 6 Sep 2020 22:48:52 +0200 Subject: [PATCH] add ssh_config to dotfiles --- dotfiles/ssh/.ssh/config | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 dotfiles/ssh/.ssh/config diff --git a/dotfiles/ssh/.ssh/config b/dotfiles/ssh/.ssh/config new file mode 100644 index 0000000..36fe5cc --- /dev/null +++ b/dotfiles/ssh/.ssh/config @@ -0,0 +1,37 @@ +Host kyle + Hostname kyle.lubi.link + IdentitiesOnly yes +Host kyle-fde + Hostname kyle.lubi.link + User root + IdentitiesOnly yes + Port 222 +Host towelie + Hostname towelie.lubi.link + IdentitiesOnly yes +Host towelie-fde + Hostname towelie.lubi.link + User root + IdentitiesOnly yes + Port 222 +Host tweek + Hostname tweek.lubi.link + IdentitiesOnly yes +Host tweek-fde + Hostname tweek.lubi.link + User root + IdentitiesOnly yes + Port 222 +Host wendy + Hostname wendy.lubi.link + IdentitiesOnly yes +Host wendy-fde + Hostname wendy.lubi.link + User root + IdentitiesOnly yes + Port 222 + +Host oldmail + Hostname 10.0.0.107 + User root + ProxyJump tholor.lubi.link