Changes between Version 7 and Version 8 of andes


Ignore:
Timestamp:
05/14/24 13:20:41 (12 months ago)
Author:
Mathieu Morlighem
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • andes

    v7 v8  
    3030}}}
    3131with your NetID at `username` and the password for NetID to request a ticket for 7 days (or any time period you need), then you can use {{{ssh andes}}} without entering a password.
     32
     33If 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!
    3239
    3340== Environment ==