Sha256: bd03b3100d34de47095b6ec68328149b912378cdacded3a7378b7bfa9aa6c4a1

Contents?: true

Size: 429 Bytes

Versions: 20

Compression:

Stored size: 429 Bytes

Contents

module Veewee
  module Provider
    module Kvm
      module BoxCommand

        def ssh_options
          ssh_options={
            :user => definition.ssh_user,
            :port => 22,
            :password => definition.ssh_password,
            :timeout => definition.ssh_login_timeout.to_i
          }
          return ssh_options
        end

      end # End Module
    end # End Module
  end # End Module
end # End Module

Version data entries

20 entries across 20 versions & 2 rubygems

Version Path
veewee-0.4.0 lib/veewee/provider/kvm/box/helper/ssh_options.rb
veewee-0.3.12 lib/veewee/provider/kvm/box/helper/ssh_options.rb
veewee-0.3.11 lib/veewee/provider/kvm/box/helper/ssh_options.rb
veewee-0.3.10 lib/veewee/provider/kvm/box/helper/ssh_options.rb
veewee-0.3.9 lib/veewee/provider/kvm/box/helper/ssh_options.rb
veewee-atlassian-0.3.11 lib/veewee/provider/kvm/box/helper/ssh_options.rb
veewee-0.3.7 lib/veewee/provider/kvm/box/helper/ssh_options.rb
veewee-0.3.6 lib/veewee/provider/kvm/box/helper/ssh_options.rb
veewee-0.3.5 lib/veewee/provider/kvm/box/helper/ssh_options.rb
veewee-0.3.4 lib/veewee/provider/kvm/box/helper/ssh_options.rb
veewee-0.3.3 lib/veewee/provider/kvm/box/helper/ssh_options.rb
veewee-0.3.2 lib/veewee/provider/kvm/box/helper/ssh_options.rb
veewee-0.3.1 lib/veewee/provider/kvm/box/helper/ssh_options.rb
veewee-0.3.0.beta2 lib/veewee/provider/kvm/box/helper/ssh_options.rb
veewee-0.3.0.beta1 lib/veewee/provider/kvm/box/helper/ssh_options.rb
veewee-0.3.0.alpha9 lib/veewee/provider/kvm/box/helper/ssh_options.rb
veewee-0.3.0.alpha8 lib/veewee/provider/kvm/box/helper/ssh_options.rb
veewee-0.3.0.alpha7 lib/veewee/provider/kvm/box/helper/ssh_options.rb
veewee-0.3.0.alpha6 lib/veewee/provider/kvm/box/helper/ssh_options.rb
veewee-0.3.0.alpha5 lib/veewee/provider/kvm/box/helper/ssh_options.rb