ssh2_tunnel(3) php man page | unix.com

Man Page: ssh2_tunnel

Operating Environment: php

Section: 3

SSH2_TUNNEL(3)								 1							    SSH2_TUNNEL(3)

ssh2_tunnel - Open a tunnel through a remote server

SYNOPSIS
resource ssh2_tunnel (resource $session, string $host, int $port)
DESCRIPTION
Open a socket stream to an arbitrary host/port by way of the currently connected SSH server.
PARAMETERS
o $session - An SSH connection link identifier, obtained from a call to ssh2_connect(3). o $host - o $port -
RETURN VALUES
EXAMPLES
Example #1 Opening a tunnel to an arbitrary host <?php $connection = ssh2_connect('shell.example.com', 22); ssh2_auth_pubkey_file($connection, 'username', 'id_dsa.pub', 'id_dsa'); $tunnel = ssh2_tunnel($connection, '10.0.0.101', 12345); ?>
SEE ALSO
ssh2_connect(3), fsockopen(3). PHP Documentation Group SSH2_TUNNEL(3)
Related Man Pages
msql_pconnect(3) - php
ssh2_auth_hostbased_file(3) - php
ssh2_connect(3) - php
ssh2_exec(3) - php
ssh2_methods_negotiated(3) - php
Similar Topics in the Unix Linux Community
Please Welcome Don Cragun as Lead Moderator
Status of UNIX.COM Forum Transformation
Please Welcome Ravinder Singh to the Moderation Team
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun
Please Welcome Nicki Paul to the Moderator Team!