Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

If this article does not cover your use case, please contact the help desk and let us know what you are using, so we can update it.

 

Table of Contents

Due to a security issue, OIT had From time to time, we may need to regenerate our host keys for GitHub Enterpriseto fix security issues. If you are getting an error when trying to use SSH to connect to GitHub, you will need to remove the relevant line from your known_hosts file.

...

Using a CLI (Command Line Interface)

Using ssh-keygen

  1. When logged in as the user, open a terminal
  2. enter the following command(s):
  3. Code Block
    languagebash
    themeRDark
    ssh-keygen -R github.uci.edu
    ssh-keygen -R github.oit.uci.edu  
  4. Attempt the git operation again.

...