public
Description: Phil Hagelberg's personal dotfiles collection: the product of years of accumulated obsessive minor tweaks. Mostly Emacs Lisp.
Homepage: http://technomancy.us
Clone URL: git://github.com/technomancy/dotfiles.git
dotfiles / .sshconfig
100644 21 lines (15 sloc) 0.277 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Host *hagelb.org
  User philhag
 
Host philisha.net
  User philhag
 
Host technomancy.us
  User philhag
 
Host rubyforge.org
  User technomancy
 
Host *
  User phil
  KeepAlive yes
  controlmaster auto
  controlpath /tmp/ssh-%r@%h:%p
  GSSAPIAuthentication no
  HashKnownHosts no