Module: Net::SSH

Defined in:
lib/vagrant-shell/ssh-agent.rb

Class Method Summary collapse

Class Method Details

.old_startObject



16
# File 'lib/vagrant-shell/ssh-agent.rb', line 16

alias_method :old_start, :start

.start(host, username, opts) ⇒ Object



18
19
20
21
# File 'lib/vagrant-shell/ssh-agent.rb', line 18

def start(host, username, opts)
  opts[:keys_only] = false
  self.old_start(host, username, opts)
end