Method: CloudFlock::App::Common#connect_destination

Defined in:
lib/cloudflock/app/common/servers.rb

#connect_destination(dest_host) ⇒ Object

Public: Attempt to log in to a destination server to which data will be migrated.

dest_host - Hash containing any options which may pertain to the host.

Returns a CloudFlock::Remote::SSH object logged in to a remote host.



112
113
114
# File 'lib/cloudflock/app/common/servers.rb', line 112

def connect_destination(dest_host)
  connect_host(source_host, :define_destination)
end