class Net::SSH::Proxy::HTTP

def initialize(proxy_host, proxy_port = 80, options = {})

* :password => the password to use when authenticating
* :user => the user name to use when authenticating to the proxy

options are supported:
can be used to tweak this proxy connection. Specifically, the following
port. The +options+ parameter is a hash of additional settings that
Create a new socket factory that tunnels via the given host and
def initialize(proxy_host, proxy_port = 80, options = {})
  @proxy_host = proxy_host
  @proxy_port = proxy_port
  @options = options
end