Sha256: 2b8d33acc0966bbc96131baa028b512b1dbe5beed57bdfbbc22be6c6a6ad886b
Contents?: true
Size: 482 Bytes
Versions: 20
Compression:
Stored size: 482 Bytes
Contents
module Veewee module Provider module Parallels 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