# File lib/net/ssh/authentication/key_manager.rb, line 83 83: def finish 84: @agent.close if @agent 85: @agent = nil 86: end