O cliente MacOSX ssh é baseado no OpenSSH.
ssh -D
<port number>
[email protected]
Você deseja o sinalizador -D
para o encaminhamento de porta no nível do aplicativo dinâmico.
Da página do manual - link
Specifies a local "dynamic" application-level port forwarding. This works by allocating a socket to listen to port on the local side, optionally bound to the specified bind_address. Whenever a connection is made to this port, the connection is forwarded over the secure channel, and the application protocol is then used to determine where to connect to from the remote machine. Currently the SOCKS4 and SOCKS5 protocols are supported, and ssh will act as a SOCKS server. Only root can forward privileged ports. Dynamic port forwardings can also be specified in the configuration file.