Note | ||
---|---|---|
| ||
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 | ||||
---|---|---|---|---|
| ||||
GSSAPIAuthentication yes GSSAPIDelegateCredentials yes |
...