summaryrefslogtreecommitdiff
path: root/.config/ssh
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-03-21 16:10:08 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-03-21 16:10:08 -0400
commit927aedb7605bba96a6ea2fc707ab026946b4d2b0 (patch)
tree46bfb8d23985fe08bd7793c417321ad27f6fcb8b /.config/ssh
parentb0cdbb3da2c2b36d3c65b00db4eaf5a0d29c2cd6 (diff)
backport changes from my laptop
Diffstat (limited to '.config/ssh')
-rw-r--r--.config/ssh/.gitignore1
-rw-r--r--.config/ssh/config13
2 files changed, 7 insertions, 7 deletions
diff --git a/.config/ssh/.gitignore b/.config/ssh/.gitignore
new file mode 100644
index 0000000..00977c6
--- /dev/null
+++ b/.config/ssh/.gitignore
@@ -0,0 +1 @@
+id_*
diff --git a/.config/ssh/config b/.config/ssh/config
index 894af44..b6e53d6 100644
--- a/.config/ssh/config
+++ b/.config/ssh/config
@@ -1,16 +1,16 @@
Host *
Protocol 2
ControlMaster auto
- ControlPath ~/.ssh/master-%r@%h:%p
+ ControlPath ~/.sessions/ssh-%r@%h:%p
Compression yes
Host lore
- HostName lore.cs.purdue.edu
- User shumakl
+ HostName lore.cs.purdue.edu
+ User shumakl
Host data
- HostName data.cs.purdue.edu
- User shumakl
+ HostName data.cs.purdue.edu
+ User shumakl
Host repo
Port 1863
@@ -20,6 +20,5 @@ Host rshg054
Port 1863
HostName parabolagnulinux.org
-Host lukeshu
+Host lukeshu.com
Port 1863
- HostName 199.180.255.147