Sha256: 244cd4cb26233bd2f990bcc65b0364fcc29d86ec70c2d253274d40b55a43472a

Contents?: true

Size: 269 Bytes

Versions: 3

Compression:

Stored size: 269 Bytes

Contents

module Veewee
  module Provider
    module Vmfusion
      module BoxCommand

        # Translate the definition ssh options to ssh options that can be passed to Net::Ssh calls
        def ssh_options
          build_ssh_options
        end

      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
veewee-0.4.3 lib/veewee/provider/vmfusion/box/helper/ssh_options.rb
veewee-0.4.2 lib/veewee/provider/vmfusion/box/helper/ssh_options.rb
veewee-0.4.1 lib/veewee/provider/vmfusion/box/helper/ssh_options.rb