# File lib/net/ssh/authentication/key_manager.rb, line 174 def use_agent=(use_agent) finish if !use_agent @use_agent = use_agent end