diff options
-rw-r--r-- | .ssh/config | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.ssh/config b/.ssh/config new file mode 100644 index 0000000..505b397 --- /dev/null +++ b/.ssh/config @@ -0,0 +1,13 @@ +Include config.local + +host *.debian.org *.samba.org + ForwardAgent no + +host * + ControlMaster auto + ControlPath ~/.ssh/master-%r@%h:%p + compression yes + ForwardAgent yes + ForwardX11 yes + HashKnownHosts no + |