# File lib/net/ssh/authentication/agent.rb, line 54 def self.connect(logger=nil) agent = new(logger) agent.connect! agent.negotiate! agent end