| 32 | |
| 33 | If you can't log in anymore (or if you get weird error messages saying that permissions to access your home directory are denied), you will need to destroy all active Kerberos authorization tickets. To do this: |
| 34 | - Connect to discovery8 `ssh f006pz6@discovery8.dartmouth.edu` |
| 35 | - Once on discovery8 (even with the error thrown), do: `kdestroy -A` |
| 36 | - exit out of discovery8, go back to your `~/.ssh/config` and comment out the GSSAPI lines with a `#` |
| 37 | - on your computer (or totten, whichever you're using) run: `kdestroy -A` |
| 38 | - Now try to ssh into discovery8 again with your password and it should work! |