From 9b1cd870ad6968a79ca6ade38014a466290dbe9f Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 14 Aug 2013 14:40:21 -0400 Subject: .ssh/config: configure hosts --- .ssh/config | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/.ssh/config b/.ssh/config index 63519e1..1debee4 100644 --- a/.ssh/config +++ b/.ssh/config @@ -4,12 +4,18 @@ Host * ControlPath ~/.ssh/master-%r@%h:%p Compression yes -# Parabola Repo Server -Host parabola - Port 1863 - HostName repo.parabolagnulinux.org - User repo - Host lore HostName lore.cs.purdue.edu User shumakl + +Host repo + Port 1863 + HostName repo.parabolagnulinux.org + +Host rshg054 + Port 1863 + HostName parabolagnulinux.org + +Host lukeshu + Port 1863 + HostName 199.180.255.147 -- cgit v1.2.3-2-g168b