89014166f1be525d754e32df6121c91623724ccd
[~madcoder/dotfiles.git] / ssh / config
1 HashKnownHosts no
2 ControlMaster  auto
3 ControlPath    ~/.cache/ssh/%l_%r@%h:%p
4 Compression    yes
5 ControlPersist 30
6 VerifyHostKeyDNS yes
7
8 Host *.apple.com
9     User        phabouzit
10
11 Host *.inria.fr
12     User        habouzit
13
14 #--- madism ---
15 Host hephaistos
16     User         root
17     ForwardAgent yes
18     HostName     hephaistos.madism.org
19     Port         22
20     Cipher       arcfour
21     Compression  no
22
23 Host nas
24     User         root
25     ForwardAgent yes
26     HostName     82.243.18.127
27     Port         2242
28     Cipher       arcfour
29     Compression  no
30
31 Host *.madism.org
32     User        madcoder
33     ForwardAgent yes
34
35 Host git.madism.org
36     Port        2222
37     Hostname    88.190.14.41
38     ForwardAgent yes
39
40 Host zeus
41     Port        2222
42     Hostname    88.190.14.41
43     ForwardAgent yes
44
45 Host pan
46     Port        2222
47     Hostname    88.191.52.104
48     ForwardAgent yes
49
50 #--- X ---
51 Host *.polytechnique.org
52     User        x2000habouzit
53
54 #--- DEBIAN ---
55 Host *.debian.org
56     User        madcoder
57
58 # vim: set syntax=sshconfig: