support MacOS
[~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 *.inria.fr
9     User        habouzit
10
11 Host *.corp
12     ForwardAgent yes
13
14 #--- intersec ---
15 Host demo-sfr
16     Hostname    localhost
17     Port        2222
18     User        intersec
19
20 Host *.intersec.com
21     Port        2222
22     User        madcoder
23
24 Host beacon
25     Hostname    beacon.intersec.eu
26     Port        2222
27     User        madcoder
28
29 Host rudy
30     HostName    rudy.intersec.com
31     Port        2222
32     User        madcoder
33
34 Host rood
35     HostName    rood.intersec.com
36     Port        2222
37     User        madcoder
38
39 #--- madism ---
40 Host hephaistos
41     User         root
42     ForwardAgent yes
43     HostName     hephaistos.madism.org
44     Port         22
45     Cipher       arcfour
46     Compression  no
47
48 Host nas
49     User         root
50     ForwardAgent yes
51     HostName     82.243.18.127
52     Port         2242
53     Cipher       arcfour
54     Compression  no
55
56 Host *.madism.org
57     User        madcoder
58     ForwardAgent yes
59
60 Host git.madism.org
61     Port        2222
62     Hostname    88.190.14.41
63     ForwardAgent yes
64
65 Host zeus
66     Port        2222
67     Hostname    88.190.14.41
68     ForwardAgent yes
69
70 Host pan
71     Port        2222
72     Hostname    88.191.52.104
73     ForwardAgent yes
74
75 #--- X ---
76 Host *.polytechnique.org
77     User        x2000habouzit
78
79 #--- DEBIAN ---
80 Host *.debian.org
81     User        madcoder
82
83 # vim: set syntax=sshconfig: