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