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