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