# File lib/rhc/rest/application.rb, line 139
      def ssh_string
        uri = URI(ssh_url)
        "#{uri.user}@#{uri.host}"
      end