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