kinit
all
Authenticate a principal with a Kerberos server to gain and cache a ticket. Note: A Kerberos principal can be either a user, service, or application.
More info →Examples (6)
Authenticate a user and obtain a ticket-granting ticket
kinit usernameRenew a ticket-granting ticket
kinit -RSpecify a lifetime for the ticket
kinit -l 5hSpecify a total renewable lifetime for the ticket
kinit -r 1wSpecify a different principal name to authenticate as
kinit -p principal@REALMSpecify a different keytab file to authenticate with
kinit -t path/to/keytabmade by @shridhargupta | data from tldr-pages