diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-08-14 14:52:45 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-08-14 14:52:45 -0400 |
commit | 5ab72cd4fe62ac88117ebd521ffb8cfde4485645 (patch) | |
tree | ff788aed372a4c6a512c21264192f4cc0c819286 /.ssh | |
parent | 0f235666059f48da7e4629037a2543e9ab4558e0 (diff) |
move a bunch of things into XDG directories
Diffstat (limited to '.ssh')
-rw-r--r-- | .ssh/config | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/.ssh/config b/.ssh/config deleted file mode 100644 index 1debee4..0000000 --- a/.ssh/config +++ /dev/null @@ -1,21 +0,0 @@ -Host * - Protocol 2 - ControlMaster auto - ControlPath ~/.ssh/master-%r@%h:%p - Compression yes - -Host lore - HostName lore.cs.purdue.edu - User shumakl - -Host repo - Port 1863 - HostName repo.parabolagnulinux.org - -Host rshg054 - Port 1863 - HostName parabolagnulinux.org - -Host lukeshu - Port 1863 - HostName 199.180.255.147 |