Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!


Click here to return to the 'Clear out cached access keys for remote servers' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
Clear out cached access keys for remote servers
Authored by: skrawcke on Tue, May 6 2008 at 8:55AM PDT
you can also use the command line to do the same thing.. to list your tickets use the
klist
command, you will see some ting like this
>% klist
Kerberos 5 ticket cache: 'API:Initial default ccache'
Default principal: steve@DOMAIN.COM

Valid Starting     Expires            Service Principal
05/06/08 11:50:02  05/06/08 21:50:02  krbtgt/DOMAIN.COM@DOMAIN.COM
	renew until 05/13/08 11:50:02
to destroy the ticket use the
kdestroy
command to destroy only your ticket you can do
>% kdestroy -p steve@DOMAIN.COM



[ Reply to This | # ]