There's no documentation for this item.
Source Code
# File net/ssh/proxy/http.rb, line 106 def proxy_user return @options[ :user ] if @options[ :user ] return ENV['HTTP_PROXY_USER'] if ENV['HTTP_PROXY_USER'] return ENV['CONNECT_USER'] if ENV['CONNECT_USER'] return nil end
<code/>and<pre/>for code samples.