<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="../assets/xml/rss.xsl" media="all"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Knowledge Base (Posts about kinit)</title><link>https://bgstack15.ddns.net/blog/</link><description></description><atom:link href="https://bgstack15.ddns.net/blog/categories/kinit.xml" rel="self" type="application/rss+xml"></atom:link><language>en</language><copyright>Contents © 2022 &lt;a href="mailto:bgstack15@gmail.com"&gt;bgstack15&lt;/a&gt; 
&lt;a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/"&gt;
&lt;img alt="Creative Commons License BY-SA"
style="border-width:0; margin-bottom:12px;"
src="https://bgstack15.ddns.net/.images/l_by-sa_4.0_88x31.png"&gt;&lt;/a&gt;</copyright><lastBuildDate>Sun, 27 Feb 2022 04:04:58 GMT</lastBuildDate><generator>Nikola (getnikola.com)</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>My kinit invocation</title><link>https://bgstack15.ddns.net/blog/posts/2021/11/14/my-kinit-invocation/</link><dc:creator>bgstack15</dc:creator><description>&lt;p&gt;Some of my systems use a fingerprint reader to allow user login. On these systems, I use LUKS encryption so don't worry, I still need a passphrase at boot time.&lt;/p&gt;
&lt;p&gt;When pam authenticates me with a fingerprint, it doesn't perform kerberos authentication which facilitates things like seamless ssh authentication. So I have to manually run kinit. I always run it with a few parameters:&lt;/p&gt;
&lt;pre class="code literal-block"&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;kinit -r 14d -l 14d -f -p
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;The &lt;strong&gt;r&lt;/strong&gt; sets renewable life to 14 days. The &lt;strong&gt;l&lt;/strong&gt; (lima) sets the lifetime to 14 days. And &lt;strong&gt;f&lt;/strong&gt; requests a forwardable ticket, and &lt;strong&gt;p&lt;/strong&gt; a proxiable ticket.&lt;/p&gt;
&lt;h3&gt;See also&lt;/h3&gt;
&lt;p&gt;Previously, I wrote about &lt;a href="https://bgstack15.ddns.net/blog/posts/2021/02/22/show-kerberos-ticket-status-in-system-tray/"&gt;showing kerberos ticket status in the system tray&lt;/a&gt;.&lt;/p&gt;</description><category>kerberos</category><category>kinit</category><guid>https://bgstack15.ddns.net/blog/posts/2021/11/14/my-kinit-invocation/</guid><pubDate>Sun, 14 Nov 2021 14:16:01 GMT</pubDate></item></channel></rss>