
<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://www.thelinuxwiki.com/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.thelinuxwiki.com/index.php?action=history&amp;feed=atom&amp;title=Ssh_tunnel_scratch</id>
		<title>Ssh tunnel scratch - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.thelinuxwiki.com/index.php?action=history&amp;feed=atom&amp;title=Ssh_tunnel_scratch"/>
		<link rel="alternate" type="text/html" href="http://www.thelinuxwiki.com/index.php?title=Ssh_tunnel_scratch&amp;action=history"/>
		<updated>2026-04-29T05:52:09Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.21.5</generator>

	<entry>
		<id>http://www.thelinuxwiki.com/index.php?title=Ssh_tunnel_scratch&amp;diff=207&amp;oldid=prev</id>
		<title>Nighthawk: Pushed from Themanclub.</title>
		<link rel="alternate" type="text/html" href="http://www.thelinuxwiki.com/index.php?title=Ssh_tunnel_scratch&amp;diff=207&amp;oldid=prev"/>
				<updated>2013-04-12T16:39:05Z</updated>
		
		<summary type="html">&lt;p&gt;Pushed from Themanclub.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
== reverse tunnel on a check point splat / secureplatform R75.40 device==&lt;br /&gt;
&lt;br /&gt;
the ssh client is older (openssh-3.6.1p2-33.30.39cp) and less functional.  Doesn't support a remote bind address&lt;br /&gt;
&lt;br /&gt;
 [Expert@chkpfw]# ssh --help&lt;br /&gt;
 ...&lt;br /&gt;
 -R listen-port:host:port   Forward remote port to local address&lt;br /&gt;
&lt;br /&gt;
Example command:&lt;br /&gt;
  ssh -f -N -R 10022:192.168.1.1:22 username@192.168.1.1&lt;br /&gt;
&lt;br /&gt;
compared to OpenSSH_6.1p1-hpn13v11, we can see the remote bind address option below in modern openssh implementation that is missing.&lt;br /&gt;
 man ssh&lt;br /&gt;
 ...&lt;br /&gt;
 -R '''[bind_address:]'''port:host:hostport&lt;br /&gt;
&lt;br /&gt;
[[category:ssh]]&lt;/div&gt;</summary>
		<author><name>Nighthawk</name></author>	</entry>

	</feed>