summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-11-24 23:36:31 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-11-24 23:36:31 -0500
commit44aa799c3a8e3faf072fee7c3eee7aee2fd813ad (patch)
tree0f5a7abd5bc190c24a555ca58af09b4f873c6889
parent8ee22ab9de28ca86b4b75121be46ba19b634ffb4 (diff)
add parabola server to .ssh/config
-rw-r--r--.ssh/config14
1 files changed, 10 insertions, 4 deletions
diff --git a/.ssh/config b/.ssh/config
index c0f6c57..c7d982e 100644
--- a/.ssh/config
+++ b/.ssh/config
@@ -1,5 +1,11 @@
Host *
-ControlMaster auto
-ControlPath ~/.ssh/master-%r@%h:%p
-Protocol 2
-Compression yes
+ Protocol 2
+ ControlMaster auto
+ ControlPath ~/.ssh/master-%r@%h:%p
+ Compression yes
+
+# Parabola Repo Server
+ Host parabolarepo
+ Port 1863
+ HostName repo.parabolagnulinux.org
+ User repo