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,41 +4,41 @@ Host * | ||
4 | Host reverseproxy | 4 | Host reverseproxy |
5 | Hostname 164.41.9.49 | 5 | Hostname 164.41.9.49 |
6 | Port 55555 | 6 | Port 55555 |
7 | - User athos | 7 | + User spb |
8 | 8 | ||
9 | Host reverseproxy.unconfigured | 9 | Host reverseproxy.unconfigured |
10 | Hostname 164.41.9.49 | 10 | Hostname 164.41.9.49 |
11 | - User athos | 11 | + User spb |
12 | 12 | ||
13 | Host database | 13 | Host database |
14 | Hostname 10.10.40.47 | 14 | Hostname 10.10.40.47 |
15 | #Hostname 164.41.9.47 | 15 | #Hostname 164.41.9.47 |
16 | Port 55555 | 16 | Port 55555 |
17 | - User athos | 17 | + User spb |
18 | # connect via reverseproxy host | 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 | Host social | 22 | Host social |
23 | Hostname 10.10.40.46 | 23 | Hostname 10.10.40.46 |
24 | #Hostname 164.41.9.46 | 24 | #Hostname 164.41.9.46 |
25 | Port 55555 | 25 | Port 55555 |
26 | - User athos | 26 | + User spb |
27 | # connect via reverseproxy host | 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 | Host email | 30 | Host email |
31 | Hostname 10.10.40.48 | 31 | Hostname 10.10.40.48 |
32 | #Hostname 164.41.9.48 | 32 | #Hostname 164.41.9.48 |
33 | Port 55555 | 33 | Port 55555 |
34 | - User athos | 34 | + User spb |
35 | # connect via reverseproxy host | 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 | Host integration | 38 | Host integration |
39 | Hostname 10.10.40.45 | 39 | Hostname 10.10.40.45 |
40 | #Hostname 164.41.9.45 | 40 | #Hostname 164.41.9.45 |
41 | Port 55555 | 41 | Port 55555 |
42 | - User athos | 42 | + User spb |
43 | # connect via reverseproxy host | 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 |