Where are the forwarding settings specified in SSH protocol? [closed]
For example, executing ssh with the command
ssh -L 127.0.0.1:1234:serverX:25 user@ssh_server
In which packet does the client specify the forwarding rule to the SSH server? (the traffic to port 1234 is forwarded to port 25 using the SSH tu…