...
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
- When logged in as the user, open a terminal
- enter the following command(s):
Code Block language bash theme RDark ssh-keygen -R github.uci.edu ssh-keygen -R github.oit.uci.edu
- Attempt the git operation again.
...