diff options
Diffstat (limited to '.config/ssh')
-rw-r--r-- | .config/ssh/config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/ssh/config b/.config/ssh/config index 1debee4..894af44 100644 --- a/.config/ssh/config +++ b/.config/ssh/config @@ -8,6 +8,10 @@ Host lore HostName lore.cs.purdue.edu User shumakl +Host data + HostName data.cs.purdue.edu + User shumakl + Host repo Port 1863 HostName repo.parabolagnulinux.org |