Class: Net::SSH::Authentication::KeyManager

Inherits:
Object
  • Object
show all
Defined in:
lib/souffle/ssh_monkey.rb

Overview

Monkeypatching connect on ssh so it doesn’t spam the log.

Instance Method Summary collapse

Instance Method Details

#use_agent?Boolean

Returns:

  • (Boolean)


5
6
7
# File 'lib/souffle/ssh_monkey.rb', line 5

def use_agent?
  false
end