Ver código fonte

Adaption of ssh-config nagios->firewall

master
Dirk Alders 8 meses atrás
pai
commit
e4c19b4f22
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2
    2
      .ssh/config

+ 2
- 2
.ssh/config Ver arquivo

77
     User dirk
77
     User dirk
78
     Port 22
78
     Port 22
79
     RequestTTY yes
79
     RequestTTY yes
80
+    LocalForward 8080 localhost:80
80
     ProxyJump dirk@hettingen_jumphost
81
     ProxyJump dirk@hettingen_jumphost
81
 
82
 
82
 Host firewall_ext_tmux
83
 Host firewall_ext_tmux
85
     Port 22
86
     Port 22
86
     RequestTTY yes
87
     RequestTTY yes
87
     RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
88
     RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
89
+    LocalForward 8080 localhost:80
88
     ProxyJump dirk@hettingen_jumphost
90
     ProxyJump dirk@hettingen_jumphost
89
 
91
 
90
 Host ffe_ext
92
 Host ffe_ext
164
     RequestTTY yes
166
     RequestTTY yes
165
     ProxyJump jump@public_jumphost
167
     ProxyJump jump@public_jumphost
166
     LocalForward 1888 localhost:1880
168
     LocalForward 1888 localhost:1880
167
-    LocalForward 8080 localhost:80
168
     LocalForward 8038 localhost:8038
169
     LocalForward 8038 localhost:8038
169
 
170
 
170
 Host multimedia_ext_tmux
171
 Host multimedia_ext_tmux
175
     ProxyJump jump@public_jumphost
176
     ProxyJump jump@public_jumphost
176
     RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
177
     RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
177
     LocalForward 1888 localhost:1880
178
     LocalForward 1888 localhost:1880
178
-    LocalForward 8080 localhost:80
179
     LocalForward 8038 localhost:8038
179
     LocalForward 8038 localhost:8038
180
 
180
 
181
 Host multimedia_kb
181
 Host multimedia_kb

Carregando…
Cancelar
Salvar