summaryrefslogtreecommitdiff
path: root/.config/ssh
diff options
context:
space:
mode:
Diffstat (limited to '.config/ssh')
-rw-r--r--.config/ssh/config21
1 files changed, 21 insertions, 0 deletions
diff --git a/.config/ssh/config b/.config/ssh/config
new file mode 100644
index 0000000..1debee4
--- /dev/null
+++ b/.config/ssh/config
@@ -0,0 +1,21 @@
+Host *
+ Protocol 2
+ ControlMaster auto
+ ControlPath ~/.ssh/master-%r@%h:%p
+ Compression yes
+
+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