diff --git a/ssh/.ssh/config b/ssh/.ssh/config new file mode 100644 index 0000000..94aa6c5 --- /dev/null +++ b/ssh/.ssh/config @@ -0,0 +1,23 @@ +User nikdoof +AddKeysToAgent yes + +Host * + ForwardAgent no + ForwardX11 no + ForwardX11Trusted no + Protocol 2 + ServerAliveInterval 60 + ServerAliveCountMax 30 + +Host github.com + User git + +Host *.home.tensixtyone.com + ForwardAgent yes + +Host dimension.sh + ForwardAgent yes + +Host *.dimension.sh + ForwardAgent yes +