Versions Compared

Key

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


Note
titleNetwork Restricted-access

Our Kerberos realm is only open to UMBC networks. If you're authenticating from off-campus, you'll need to connect through the UMBC VPN


There are several free Kerberos implementations, but the most widely know known are probably Heimdal and MIT. We primarily use MIT here at UMBC.

...

If you plan on using GSSAPI and Kerberos to authenticate to our GL systems, you will also want to make sure that you have the following options enabled in your SSH client configuration:

Code Block
languagetext
title~/.ssh/config
    GSSAPIAuthentication yes
    GSSAPIDelegateCredentials yes

...