summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-10-12 19:18:04 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-10-12 19:18:04 -0400
commit866a5b46f2112e7f32c2ee842233fb64c268d610 (patch)
tree374d207554e8be4fb96fb266061fbf0ce7bc7335
parent86363bc05556dcb359b7af15f3098f613d0864ad (diff)
normalize indentation in ssh/config
-rw-r--r--.config/ssh/config8
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/ssh/config b/.config/ssh/config
index 894af44..c020c5e 100644
--- a/.config/ssh/config
+++ b/.config/ssh/config
@@ -5,12 +5,12 @@ Host *
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