summaryrefslogtreecommitdiff
path: root/.ssh/config
diff options
context:
space:
mode:
Diffstat (limited to '.ssh/config')
-rw-r--r--.ssh/config11
1 files changed, 11 insertions, 0 deletions
diff --git a/.ssh/config b/.ssh/config
new file mode 100644
index 0000000..5c271b5
--- /dev/null
+++ b/.ssh/config
@@ -0,0 +1,11 @@
+Host *
+ Protocol 2
+ ControlMaster auto
+ ControlPath ~/.ssh/master-%r@%h:%p
+ Compression yes
+
+# Parabola Repo Server
+Host parabola
+ Port 1863
+ HostName repo.parabolagnulinux.org
+ User repo