HP-UX Secure Shell Getting Started Guide
Figure 5-1 Dynamic Port Forwarding Process
To establish a connection, an application client calls the SOCKS client, which then makes a
connection to the SOCKS server with the following command:
# ssh -o "ProxyCommand=/usr/bin/connect -S proxy-server <proxy-port number>
%h %p" external server
Prerequisites
The SOCKS Client product (connect). It is available for download at: http://zippo.taiyo.co.jp/
~gotoh/ssh/connect.html
Usage Examples
Example 5-3 (page 56) and Example 5-4 (page 56) illustrate how to connect to an external server
and transfer data using dynamic port forwarding.
Implementations of SOCKS 55