From 97eafcb2cd8bcf79dfe91a195a11c033da281fb8 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 19 Sep 2012 09:57:36 -0400 Subject: .ssh/config: remove options that don't work with Sun_SSH_1.1.4 --- .ssh/config | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.ssh/config b/.ssh/config index 5c271b5..bb876ba 100644 --- a/.ssh/config +++ b/.ssh/config @@ -1,11 +1,3 @@ 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 -- cgit v1.2.3-2-g168b