diff options
Diffstat (limited to '.ssh')
-rw-r--r-- | .ssh/config | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.ssh/config b/.ssh/config new file mode 100644 index 0000000..c0f6c57 --- /dev/null +++ b/.ssh/config @@ -0,0 +1,5 @@ +Host * +ControlMaster auto +ControlPath ~/.ssh/master-%r@%h:%p +Protocol 2 +Compression yes |