<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://performiq.com/kb/index.php?action=history&amp;feed=atom&amp;title=Tunnelling_SSH_over_an_HTTP_proxy</id>
	<title>Tunnelling SSH over an HTTP proxy - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://performiq.com/kb/index.php?action=history&amp;feed=atom&amp;title=Tunnelling_SSH_over_an_HTTP_proxy"/>
	<link rel="alternate" type="text/html" href="https://performiq.com/kb/index.php?title=Tunnelling_SSH_over_an_HTTP_proxy&amp;action=history"/>
	<updated>2026-05-18T16:21:13Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.37.1</generator>
	<entry>
		<id>https://performiq.com/kb/index.php?title=Tunnelling_SSH_over_an_HTTP_proxy&amp;diff=2287&amp;oldid=prev</id>
		<title>BenLee: New page:  Add a ProxyCommand to your SSH config file $HOME/.ssh/config   &lt;pre&gt; Host *   ProxyCommand corkscrew http-proxy.example.com 8080 %h %p  # or  Host remote.host.com   ProxyCommand /home/use...</title>
		<link rel="alternate" type="text/html" href="https://performiq.com/kb/index.php?title=Tunnelling_SSH_over_an_HTTP_proxy&amp;diff=2287&amp;oldid=prev"/>
		<updated>2008-06-09T10:23:16Z</updated>

		<summary type="html">&lt;p&gt;New page:  Add a ProxyCommand to your SSH config file $HOME/.ssh/config   &amp;lt;pre&amp;gt; Host *   ProxyCommand corkscrew http-proxy.example.com 8080 %h %p  # or  Host remote.host.com   ProxyCommand /home/use...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
Add a ProxyCommand to your SSH config file $HOME/.ssh/config &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Host *&lt;br /&gt;
  ProxyCommand corkscrew http-proxy.example.com 8080 %h %p&lt;br /&gt;
&lt;br /&gt;
# or&lt;br /&gt;
&lt;br /&gt;
Host remote.host.com&lt;br /&gt;
  ProxyCommand /home/user/bin/corkscrew 1.2.3.4 3128 %h %p&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Host * line uses a limited form of regular expression.&lt;br /&gt;
See the ssh_config(5) man page for more information.&lt;br /&gt;
&lt;br /&gt;
Now, issue a command like:&lt;br /&gt;
&lt;br /&gt;
ssh user@remote.host.com&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
&lt;br /&gt;
http://www.mtu.net/~engstrom/ssh-proxy.php&lt;br /&gt;
&lt;br /&gt;
http://catholicpenguin.net/gobe/wiki/index.php/Strict_NTLM_Firewall_Piercing&lt;/div&gt;</summary>
		<author><name>BenLee</name></author>
	</entry>
</feed>