diff options
Diffstat (limited to '.config/ssh')
-rw-r--r-- | .config/ssh/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/ssh/config b/.config/ssh/config new file mode 100644 index 0000000..bb876ba --- /dev/null +++ b/.config/ssh/config @@ -0,0 +1,3 @@ +Host * + Protocol 2 + Compression yes |