From 44aa799c3a8e3faf072fee7c3eee7aee2fd813ad Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 24 Nov 2011 23:36:31 -0500 Subject: add parabola server to .ssh/config --- .ssh/config | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to '.ssh/config') 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 -- cgit v1.2.3-2-g168b From 81e5afca95e9f3f471c093c1ff2a27a00bdf2f0a Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 27 Nov 2011 18:00:07 -0500 Subject: Fix .ssh/config --- .ssh/config | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to '.ssh/config') 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 -- cgit v1.2.3-2-g168b