summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-08-14 14:40:21 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-08-14 14:40:21 -0400
commit9b1cd870ad6968a79ca6ade38014a466290dbe9f (patch)
tree85e6028c5b6198db62ab630b99ccca92ef56998b
parentbf09ef0fa0273176d7bd91cee9f80fd7b78b9724 (diff)
.ssh/config: configure hosts
-rw-r--r--.ssh/config18
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