module Vagrant::Util::Remote::SSH

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

Public Class Methods

prepended(base) click to toggle source
# File lib/vagrant/util/remote/ssh.rb, line 36
def self.prepended(base)
  base.singleton_class.prepend(ClassMethods)
end