Module: Vagrant::Util::Remote::SSH

Defined in:
lib/vagrant/util/remote/ssh.rb

Overview

This module modifies the SSH methods for server mode, where we can't assume stdio or exec will work as expected.

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.prepended(base) ⇒ Object



39
40
41
# File 'lib/vagrant/util/remote/ssh.rb', line 39

def self.prepended(base)
  base.singleton_class.prepend(ClassMethods)
end