diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-11-24 23:36:31 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-11-24 23:36:31 -0500 |
commit | 44aa799c3a8e3faf072fee7c3eee7aee2fd813ad (patch) | |
tree | 0f5a7abd5bc190c24a555ca58af09b4f873c6889 /.ssh | |
parent | 8ee22ab9de28ca86b4b75121be46ba19b634ffb4 (diff) |
add parabola server to .ssh/config
Diffstat (limited to '.ssh')
-rw-r--r-- | .ssh/config | 14 |
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 |