79 lines
2.1 KiB
HTML
79 lines
2.1 KiB
HTML
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML><HEAD><TITLE>Man page of KEYRING</TITLE>
|
|
</HEAD><BODY>
|
|
<H1>KEYRING</H1>
|
|
Section: User Commands (1)<BR><A HREF="#index">Index</A>
|
|
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
|
|
|
|
<P>
|
|
<A NAME="lbAB"> </A>
|
|
<H2>NAME</H2>
|
|
|
|
keyring - Python-Keyring command-line utility
|
|
<P>
|
|
<A NAME="lbAC"> </A>
|
|
<H2>SYNOPSIS</H2>
|
|
|
|
<B>keyring</B> [<I>,get|set|del/</I>] <I>,SERVICE USERNAME/</I>
|
|
<P>
|
|
<A NAME="lbAD"> </A>
|
|
<H2>OPTIONS</H2>
|
|
|
|
<DL COMPACT>
|
|
<DT id="1"><B>-h</B>, <B>--help</B><DD>
|
|
Show the help message and exit.
|
|
<DT id="2"><B>-p</B> KEYRING_PATH, <B>--keyring-path</B>=<I>,KEYRING_PATH/</I><DD>
|
|
Specify path to the keyring backend to use.
|
|
<DT id="3"><B>-b</B> KEYRING_BACKEND, <B>--keyring-backend</B>=<I>,KEYRING_BACKEND/</I><DD>
|
|
Specify name of the keyring backend to use.
|
|
<DT id="4"><B>--list-backends</B><DD>
|
|
List the available keyring backends and exit.
|
|
<DT id="5"><B>--disable</B><DD>
|
|
Create a configuration file disabling keyring and exit.
|
|
<P>
|
|
</DL>
|
|
<A NAME="lbAE"> </A>
|
|
<H2>DESCRIPTION</H2>
|
|
|
|
<B>keyring</B> provides a way to store, lookup and delete passwords in various
|
|
backends supported by Python-Keyring.
|
|
<P>
|
|
Usage example:
|
|
<P>
|
|
<PRE>
|
|
$ keyring set service username
|
|
Password for 'username' in 'service':
|
|
$ keyring get service username
|
|
password
|
|
</PRE>
|
|
|
|
<P>
|
|
How the <I>,SERVICE/</I> and <I>,USERNAME/</I> parameters are handled
|
|
depends on the backend, with the default Secret Service backend they are
|
|
stored as item lookup attributes.
|
|
<P>
|
|
<A NAME="lbAF"> </A>
|
|
<H2>SEE ALSO</H2>
|
|
|
|
<B><A HREF="/cgi-bin/man/man2html?1+secret-tool">secret-tool</A></B>(1)
|
|
|
|
<P>
|
|
|
|
<HR>
|
|
<A NAME="index"> </A><H2>Index</H2>
|
|
<DL>
|
|
<DT id="6"><A HREF="#lbAB">NAME</A><DD>
|
|
<DT id="7"><A HREF="#lbAC">SYNOPSIS</A><DD>
|
|
<DT id="8"><A HREF="#lbAD">OPTIONS</A><DD>
|
|
<DT id="9"><A HREF="#lbAE">DESCRIPTION</A><DD>
|
|
<DT id="10"><A HREF="#lbAF">SEE ALSO</A><DD>
|
|
</DL>
|
|
<HR>
|
|
This document was created by
|
|
<A HREF="/cgi-bin/man/man2html">man2html</A>,
|
|
using the manual pages.<BR>
|
|
Time: 00:05:17 GMT, March 31, 2021
|
|
</BODY>
|
|
</HTML>
|