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