class Net::SSH::Authentication::KeyManager
def use_agent=(use_agent)
attempt will be made to use the ssh-agent. If false, any existing
Toggles whether the ssh-agent will be used or not. If true, an
def use_agent=(use_agent) finish if !use_agent @use_agent = use_agent end