diff options
-rw-r--r-- | .ssh/config | 18 |
1 files 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 |