File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 1
1
Port Forwarding
2
2
===============
3
3
4
+ Plain SSH (without SSH-MITM) allows remote and local port forwarding over an existing connection.
4
5
Port forwarding allows a host to access remote network resources while masquerading as the session endpoint.
5
6
6
- SSH allows remote and local port forwarding over an existing connection:
7
-
8
7
9
8
- Local port forwarding will allow the client to access network resources over a local port while masquerading as the server.
10
9
@@ -20,9 +19,7 @@ SSH allows remote and local port forwarding over an existing connection:
20
19
21
20
..
22
21
23
- .. note ::
24
- With ssh-mitm standard ssh client port forwarding features are seamlessly implemented so that no further configuration
25
- of the ssh-mit server is needed.
22
+ These standard ssh client port forwarding features are seamlessly implemented so that no further configuration of SSH-MITM is needed.
26
23
27
24
28
25
Proxyjump
@@ -64,4 +61,4 @@ forwarding feature. Furthermore the ``--tunnel-client-dest`` parameter can recei
64
61
targets (e.g. google.com:80). The ssh-mitm server will then open a port for each destination.
65
62
66
63
The implementation of the *InjectableServerTunnelForwarder * currently only opens one port for injecting into a
67
- remote port forwarding session opened by the client.
64
+ remote port forwarding session opened by the client.
You can’t perform that action at this time.
0 commit comments