# File lib/travis/cli/sshkey.rb, line 110
      def login_header
        say "We need the #{color("GitHub login", :important)} for the account you want to add the key to."
        say "This information will #{color("not be sent to Travis CI", :important)}, only to #{color(github_endpoint.host, :info)}."
        say "The password will not be displayed."
        empty_line
      end