diff --git a/ssh/.ssh/config b/ssh/.ssh/config index 94aa6c5..14e17db 100644 --- a/ssh/.ssh/config +++ b/ssh/.ssh/config @@ -1,14 +1,6 @@ User nikdoof AddKeysToAgent yes -Host * - ForwardAgent no - ForwardX11 no - ForwardX11Trusted no - Protocol 2 - ServerAliveInterval 60 - ServerAliveCountMax 30 - Host github.com User git @@ -21,3 +13,10 @@ Host dimension.sh Host *.dimension.sh ForwardAgent yes +Host * + ForwardAgent no + ForwardX11 no + ForwardX11Trusted no + Protocol 2 + ServerAliveInterval 60 + ServerAliveCountMax 30