summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-11-27 18:00:07 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-11-27 18:00:07 -0500
commit81e5afca95e9f3f471c093c1ff2a27a00bdf2f0a (patch)
tree47e206e45a5a7128700bf206d59d58c50e57bbc3
parent44aa799c3a8e3faf072fee7c3eee7aee2fd813ad (diff)
Fix .ssh/config
-rw-r--r--.ssh/config16
1 files changed, 8 insertions, 8 deletions
diff --git a/.ssh/config b/.ssh/config
index c7d982e..5c271b5 100644
--- a/.ssh/config
+++ b/.ssh/config
@@ -1,11 +1,11 @@
Host *
- Protocol 2
- ControlMaster auto
- ControlPath ~/.ssh/master-%r@%h:%p
- 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
+Host parabola
+ Port 1863
+ HostName repo.parabolagnulinux.org
+ User repo