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