<ksrvtgt---fetch and store CNS ticket-granting-ticket using a service key

ksrvtgt name instance [[realm] srvtab]
ksrvtgt retrieves a ticket-granting ticket with a lifetime of 5 minutes for the principal name.instance@realm (or name.instance@localrealm if realm is not supplied on the command line), decrypts the response using the service key found in srvtab (or in `/etc/krb-srvtab' if srvtab is not specified on the command line), and stores the ticket in the standard ticket cache.

This command is intended primarily for use in shell scripts and other batch-type facilities. For example, suppose you have one machine with a tape drive (we'll call it `tapehost'), and you want to be able to back up all machines on the local network on to that drive, and you want the backup script to run unattended.