diff options
Diffstat (limited to '.ssh')
-rw-r--r-- | .ssh/config | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/.ssh/config b/.ssh/config deleted file mode 100644 index 7520099..0000000 --- a/.ssh/config +++ /dev/null @@ -1,14 +0,0 @@ -Host * - Protocol 2 - ControlMaster auto - ControlPath ~/.ssh/master-%r@%h:%p - Compression yes - -# Parabola Repo Server -Host repo - Port 1863 - HostName repo.parabolagnulinux.org - -Host lore - HostName lore.cs.purdue.edu - User shumakl |