Commit d13fb337fba5dbe7a5ad415049a59ff8e9740783
1 parent
d850d965
Exists in
master
and in
89 other branches
Add alt_ssh_port to dev environment
Showing
2 changed files
with
3 additions
and
2 deletions
Show diff stats
config/dev/config.yaml
config/dev/ssh_config
... | ... | @@ -8,8 +8,8 @@ Host reverseproxy.unconfigured |
8 | 8 | Host reverseproxy |
9 | 9 | Hostname 10.18.0.15 |
10 | 10 | User spb |
11 | - Port 5555 | |
12 | - ProxyCommand ssh spb@189.9.151.16 -p 22 nc %h 5555 | |
11 | + Port 55555 | |
12 | + ProxyCommand ssh spb@189.9.151.16 -p 22 nc %h %p | |
13 | 13 | |
14 | 14 | Host database |
15 | 15 | Hostname 10.18.0.16 | ... | ... |