From cb4315b4d7716007c2c507c35c15844e7084350a Mon Sep 17 00:00:00 2001 From: lub Date: Thu, 4 Nov 2021 17:54:12 +0100 Subject: [PATCH] update ssh_config --- dotfiles/ssh/.ssh/config | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/dotfiles/ssh/.ssh/config b/dotfiles/ssh/.ssh/config index 36fe5cc..428d0fc 100644 --- a/dotfiles/ssh/.ssh/config +++ b/dotfiles/ssh/.ssh/config @@ -6,6 +6,7 @@ Host kyle-fde User root IdentitiesOnly yes Port 222 + AddressFamily inet Host towelie Hostname towelie.lubi.link IdentitiesOnly yes @@ -14,6 +15,7 @@ Host towelie-fde User root IdentitiesOnly yes Port 222 + AddressFamily inet Host tweek Hostname tweek.lubi.link IdentitiesOnly yes @@ -22,6 +24,7 @@ Host tweek-fde User root IdentitiesOnly yes Port 222 + AddressFamily inet Host wendy Hostname wendy.lubi.link IdentitiesOnly yes @@ -30,8 +33,13 @@ Host wendy-fde User root IdentitiesOnly yes Port 222 - -Host oldmail - Hostname 10.0.0.107 + AddressFamily inet +Host sheila + Hostname sheila.lubi.link + IdentitiesOnly yes +Host sheila-fde + Hostname sheila.lubi.link User root - ProxyJump tholor.lubi.link + IdentitiesOnly yes + Port 222 + AddressFamily inet