Known Fixes

SSH Rule Update Error

We have updated the rules around being able to SSH into any OCCS system, and you may encounter an error while trying to do it the first time. Here is the fix

ssh-keygen -R occs.cs.oberlin.edu && ssh user@occs.cs.oberlin.edu

where user is your CS username

Unable to Open Chrome

If you are getting an issue where you cannot open Google Chrome, head to the TERMINAL and please run:

rm -rf ~/.config/google-chrome/Singleton*

This removes stale cache data and you should be able to open Chrome.

gh auth Failing to Run

If gh auth is not working run:

rm -rf ~/.config/gh/hosts.yml

Then you can rerun gh auth and it should work.

Keyring Pop up

You get a pop up that mentions Keyring errors, open TERMINAL and run the following command:

rm -rf ~/.local/share/keyrings/login.keyring

This will remove the login keyring, and should stop causing the errors.

Unable to SSH to McNulty

If you get the error where you cannot SSH into McNulty in VS Code, please open TERMINAL and run the following commands:

cd .ssh
chmod 0600 config

Then retry. You may need to close and reopen VS Code for this to work.

Authentication pop ups

If you are constantly getting pop ups asking you to authenticate, enter oberlin@123 when it pops up.