# File lib/rhc/helpers.rb, line 186 def ssh_string_parts(ssh_url) uri = URI.parse(ssh_url) [uri.host, uri.user] end