a9da820068a69ffcc9ffdd256b0788590a71b38f
[~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 Host iMad
15     HostName 17.77.254.59
16
17 #--- madism ---
18 Host hephaistos
19     User         root
20     ForwardAgent yes
21     HostName     hephaistos.madism.org
22     Port         22
23     Cipher       arcfour
24     Compression  no
25
26 Host nas
27     User         root
28     ForwardAgent yes
29     HostName     82.243.18.127
30     Port         2242
31     Cipher       arcfour
32     Compression  no
33
34 Host *.madism.org
35     User        madcoder
36     ForwardAgent yes
37
38 Host git.madism.org
39     Port        2222
40     Hostname    88.190.14.41
41     ForwardAgent yes
42
43 Host zeus
44     Port        2222
45     Hostname    88.190.14.41
46     ForwardAgent yes
47
48 Host pan
49     Port        2222
50     Hostname    88.191.52.104
51     ForwardAgent yes
52
53 #--- X ---
54 Host *.polytechnique.org
55     User        x2000habouzit
56
57 #--- DEBIAN ---
58 Host *.debian.org
59     User        madcoder
60
61 # vim: set syntax=sshconfig: