19krb is a shell script to properly setup kerberos and access the 19 vogosphere outside clusters.
To execute the script, just run:
$ sh scripts/run.sh
To create a kerberos ticket, connect to the school's Wifi, then run the following command with your xLogin:
$ kinit xLogin
To check your active tickets, run:
$ klist
To destroy your tickets:
$ kdestroy
- Original script by @gcamerli
- MIT Kerberos documentation
This work is published under the terms of the Unlicense.