There's no documentation for this item.
Source Code
# File net/ssh/proxy/http.rb, line 114 def proxy_password return @options[ :password ] if @options[ :password ] return ENV['HTTP_PROXY_PASSWORD'] if ENV['HTTP_PROXY_PASSWORD'] return ENV['CONNECT_PASSWORD'] if ENV['CONNECT_PASSWORD'] return "" end
<code/>and<pre/>for code samples.