# File lib/net/ssh/proxy/socks5.rb, line 57 57: def initialize(proxy_host, proxy_port=1080, options={}) 58: @proxy_host = proxy_host 59: @proxy_port = proxy_port 60: @options = options 61: end