Method: Flotte::Host#ssh_destination_string

Defined in:
lib/flotte/host.rb

#ssh_destination_stringString

Returns:

  • (String)


26
27
28
# File 'lib/flotte/host.rb', line 26

def ssh_destination_string
  [user, hostname].compact.join("@")
end