Scroll to navigation

SHISHI(1) User Commands SHISHI(1)

NAME

shishi - Shishi client tool

SYNOPSIS

shishi [OPTION]... [CLIENT [SERVER]]...

DESCRIPTION

Shishi command line client. If no command is given, Shishi acquire or list a valid ticket for you, identified by CLIENT (if empty, default username in default realm), for the service SERVER (if empty, ticket granting ticket for client realm).

Print help and exit
Print version and exit

Commands:

Destroy tickets in local cache, limited by any --client-name or --server-name. (default=off)
List tickets in local cache, limited by any --client-name and --server-name. (default=off)
Renew ticket. Use --server-name to specify ticket, default is the most recent renewable ticket granting ticket for the default realm. (default=off)

Flags:

Get a forwardable ticket, i.e., one that can be used to get forwarded tickets. (default=off)
Get a forwarded ticket. (default=off)
Get a proxiable ticket, i.e., one that can be used to get proxy tickets. (default=off)
Get a proxy ticket. (default=off)
Get a renewable ticket. (default=off)

OPTIONS

Client name. Default is login username.
Encryption types to use. ETYPE is either
Valid values
'aes256'), '3des', 'des-md5', 'des-md4', 'des-crc', 'des' (same as 'des-md5'), and 'arcfour'.
Specify when ticket validity should expire. The time syntax may be relative (to the start time), such as '20 hours', or absolute, such as '2001-02-03 04:05:06 CET'. The default is 8 hours after the start time.
Set default realm.
Specify renewable life of ticket. Implies --renewable. Accepts same time syntax as --endtime. If --renewable is specified, the default is 1 week after the start time.
Server name. Default is 'krbtgt/REALM' where REALM is client realm.
Specify when ticket should start to be valid. Accepts same time syntax as --endtime. The default is to become valid immediately.
Service name in ticket to use for authenticating request. Only for TGS. Defaults to 'krbtgt/REALM@REALM' where REALM is client realm.

Other options:

--configuration-file=FILE Read user configuration from FILE.

Read tickets from FILE.
Parse STRING as a configuration file statement.
Don't produce any diagnostic output. (default=off)
Read system configuration from FILE.
Write tickets from FILE. Default is to write them back to where they were read from.
Produce verbose output. Use multiple times to increase amount of information.

Mandatory arguments to long options are mandatory for short options too.

AUTHOR

Written by Simon Josefsson.

REPORTING BUGS

Report bugs to: bug-shishi@gnu.org
GNU Shishi home page: <https://www.gnu.org/software/shishi/>
General help using GNU software: <https://www.gnu.org/gethelp/>

COPYRIGHT

Copyright © 2022 Simon Josefsson. License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.

SEE ALSO

The full documentation for shishi is maintained as a Texinfo manual. If the info and shishi programs are properly installed at your site, the command

info shishi

should give you access to the complete manual.

August 2022 GNU Shishi 1.0.3