
kinit
List of commands for kinit:
-
kinit:tldr:02a0f kinit: Authenticate a user and obtain a ticket-granting ticket.$ kinit ${username}try on your machineexplain this command
-
kinit:tldr:1222a kinit: Specify a different principal name to authenticate as.$ kinit -p ${principal@REALM}try on your machineexplain this command
-
kinit:tldr:33e8a kinit: Specify a total renewable lifetime for the ticket.$ kinit -r ${1w}try on your machineexplain this command
-
kinit:tldr:7e761 kinit: Specify a lifetime for the ticket.$ kinit -l ${5h}try on your machineexplain this command
-
kinit:tldr:a0b7d kinit: Renew a ticket-granting ticket.$ kinit -Rtry on your machineexplain this command
-
kinit:tldr:abcb1 kinit: Specify a different keytab file to authenticate with.$ kinit -t ${path-to-keytab}try on your machineexplain this command