Commit f25836c1be6028ef129224fc413bb689bb85be0c
1 parent
94075470
Exists in
master
and in
90 other branches
change ssh user for cdtc
Showing
1 changed file
with
11 additions
and
11 deletions
Show diff stats
config/production/ssh_config
... | ... | @@ -4,41 +4,41 @@ Host * |
4 | 4 | Host reverseproxy |
5 | 5 | Hostname 164.41.9.49 |
6 | 6 | Port 55555 |
7 | - User athos | |
7 | + User spb | |
8 | 8 | |
9 | 9 | Host reverseproxy.unconfigured |
10 | 10 | Hostname 164.41.9.49 |
11 | - User athos | |
11 | + User spb | |
12 | 12 | |
13 | 13 | Host database |
14 | 14 | Hostname 10.10.40.47 |
15 | 15 | #Hostname 164.41.9.47 |
16 | 16 | Port 55555 |
17 | - User athos | |
17 | + User spb | |
18 | 18 | # connect via reverseproxy host |
19 | - ProxyCommand ssh athos@164.41.9.49 -p %p nc %h 22 | |
20 | - #ProxyCommand ssh athos@164.41.9.49 nc %h %p | |
19 | + ProxyCommand ssh spb@164.41.9.49 -p %p nc %h 22 | |
20 | + #ProxyCommand ssh spb@164.41.9.49 nc %h %p | |
21 | 21 | |
22 | 22 | Host social |
23 | 23 | Hostname 10.10.40.46 |
24 | 24 | #Hostname 164.41.9.46 |
25 | 25 | Port 55555 |
26 | - User athos | |
26 | + User spb | |
27 | 27 | # connect via reverseproxy host |
28 | - ProxyCommand ssh athos@164.41.9.49 -p %p nc %h 22 | |
28 | + ProxyCommand ssh spb@164.41.9.49 -p %p nc %h 22 | |
29 | 29 | |
30 | 30 | Host email |
31 | 31 | Hostname 10.10.40.48 |
32 | 32 | #Hostname 164.41.9.48 |
33 | 33 | Port 55555 |
34 | - User athos | |
34 | + User spb | |
35 | 35 | # connect via reverseproxy host |
36 | - ProxyCommand ssh athos@164.41.9.49 -p %p nc %h 22 | |
36 | + ProxyCommand ssh spb@164.41.9.49 -p %p nc %h 22 | |
37 | 37 | |
38 | 38 | Host integration |
39 | 39 | Hostname 10.10.40.45 |
40 | 40 | #Hostname 164.41.9.45 |
41 | 41 | Port 55555 |
42 | - User athos | |
42 | + User spb | |
43 | 43 | # connect via reverseproxy host |
44 | - ProxyCommand ssh athos@164.41.9.49 -p %p nc %h 22 | |
44 | + ProxyCommand ssh spb@164.41.9.49 -p %p nc %h 22 | ... | ... |