Commit b72204b4130b60dbc60fde436dfa937084b6fcb4
1 parent
9f4b078b
Exists in
master
and in
65 other branches
cdtc confit files
Showing
3 changed files
with
59 additions
and
0 deletions
Show diff stats
@@ -0,0 +1,14 @@ | @@ -0,0 +1,14 @@ | ||
1 | +admins: | ||
2 | + - | ||
3 | + - Paulo Meirelles | ||
4 | + - paulo@softwarelivre.org | ||
5 | +external_hostname: beta.softwarepublico.gov.br | ||
6 | +site_url: https://beta.softwarepublico.gov.br | ||
7 | +colab_from_address: '"Portal do Software Publico" <noreply@beta.softwarepublico.gov.br>' | ||
8 | +server_email: '"Portal do Software Publico" <noreply@beta.softwarepublico.gov.br>' | ||
9 | +email_subject_prefix: '[spb]' | ||
10 | +lists_hostname: listas.beta.softwarepublico.gov.br | ||
11 | +lists_admin: paulo@softwarelivre.org | ||
12 | +relay_hostname: relay.beta.softwarepublico.gov.br | ||
13 | +from_address: noreply@beta.softwarepublico.gov.br | ||
14 | + |
@@ -0,0 +1,40 @@ | @@ -0,0 +1,40 @@ | ||
1 | +Host * | ||
2 | + ForwardAgent yes | ||
3 | + | ||
4 | +Host reverseproxy | ||
5 | + Hostname 164.41.9.49 | ||
6 | + Port 55555 | ||
7 | + User athos | ||
8 | + | ||
9 | +Host database | ||
10 | + Hostname 10.10.40.47 | ||
11 | + #Hostname 164.41.9.47 | ||
12 | + Port 55555 | ||
13 | + User athos | ||
14 | + # connect via reverseproxy host | ||
15 | + ProxyCommand ssh athos@164.41.9.49 -p %p nc %h %p | ||
16 | + #ProxyCommand ssh athos@164.41.9.49 nc %h %p | ||
17 | + | ||
18 | +Host social | ||
19 | + Hostname 10.10.40.46 | ||
20 | + #Hostname 164.41.9.46 | ||
21 | + Port 55555 | ||
22 | + User athos | ||
23 | + # connect via reverseproxy host | ||
24 | + ProxyCommand ssh athos@164.41.9.49 -p %p nc %h %p | ||
25 | + | ||
26 | +Host email | ||
27 | + Hostname 10.10.40.48 | ||
28 | + #Hostname 164.41.9.48 | ||
29 | + Port 55555 | ||
30 | + User athos | ||
31 | + # connect via reverseproxy host | ||
32 | + ProxyCommand ssh athos@164.41.9.49 -p %p nc %h %p | ||
33 | + | ||
34 | +Host integration | ||
35 | + Hostname 10.10.40.45 | ||
36 | + #Hostname 164.41.9.45 | ||
37 | + Port 55555 | ||
38 | + User athos | ||
39 | + # connect via reverseproxy host | ||
40 | + ProxyCommand ssh athos@164.41.9.49 -p %p nc %h %p |