# File lib/net/ssh/test.rb, line 73
73:     def transport(options={})
74:       @transport ||= Net::SSH::Transport::Session.new(options[:host] || "localhost", options.merge(:kex => "test", :host_key => "ssh-rsa", :paranoid => false, :proxy => socket(options)))
75:     end