.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.1. .TH OIDC-KEYCHAIN "1" "February 2022" "oidc-keychain: line 53: oidc-agent: command not found" "User Commands" .SH NAME oidc-keychain \- re-uses oidc-agent across logins .SH SYNOPSIS .B oidc-keychain [\fI\,-?|--help|--usage|-V|--version\/\fR] [\fI\,-k|--kill\/\fR] .br .B oidc-keychain [\fI\,oidc-agent options\/\fR] [\fI\,--accounts ACCOUNT \/\fR...] .SH DESCRIPTION oidc\-keychain \fB\-\-\fR Re\-use oidc\-agent between logins .PP oidc\-agent options will be passed to oidc\-agent when starting it. .IP General: .TP \fB\-k\fR, \fB\-\-kill\fR Kill oidc\-agent if it is running .HP \fB\-\-accounts\fR ACCOUNT ... Load the ACCOUNTs if not already loaded .IP Help: .TP \-?, \fB\-\-help\fR Give this help list .TP \fB\-\-usage\fR Give a short usage message .TP \fB\-V\fR, \fB\-\-version\fR Print program version .SH FILES ~/.config/oidc-agent/.keychain or ~/.oidc-agent/.keychain .RS oidc-keychain stores the configuration of a running oidc-agent in one of these files. .RE .PP .SH EXAMPLES .PP .nf oidc-keychain .fi .RS Starts oidc-agent if not already started and prints the commands needed for setting the required environment variables. .RE .PP .nf eval `oidc-keychain --accounts myaccount` .fi .RS Starts oidc-agent if not already started, loads the 'myaccount' account if not already loaded, and sets the required environment variables (only for this shell). .RE .PP .nf eval `oidc-keychain -k` .fi .RS Kills a running oidc-agent and unsets the environment variables from this shell. .RE .PP .SH "SEE ALSO" oidc-agent(1) .PP Low-traffic mailing list with updates such as critical security incidents and new releases: https://www.lists.kit.edu/sympa/subscribe/oidc-agent-user .PP Full documentation can be found at https://indigo-dc.gitbooks.io/oidc-agent/user/oidc-agent/user/oidc-keychain