# File lib/net/ssh/test.rb, line 66 def connection(options={}) @connection ||= Net::SSH::Connection::Session.new(transport(options), options) end