Sha256: 9d49a54920bb3934d02906470409236ca1bac47dad21e95ba0dc1b36d0be91c4
Contents?: true
Size: 481 Bytes
Versions: 20
Compression:
Stored size: 481 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 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 end end
Version data entries
20 entries across 20 versions & 2 rubygems