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