207 lines
4.8 KiB
HTML
207 lines
4.8 KiB
HTML
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML><HEAD><TITLE>Man page of GNOME-KEYRING-DAEM</TITLE>
|
|
</HEAD><BODY>
|
|
<H1>GNOME-KEYRING-DAEM</H1>
|
|
Section: User Commands (1)<BR>Updated: <BR><A HREF="#index">Index</A>
|
|
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<A NAME="lbAB"> </A>
|
|
<H2>NAME</H2>
|
|
|
|
gnome-keyring-daemon - The gnome-keyring daemon
|
|
<A NAME="lbAC"> </A>
|
|
<H2>SYNOPSIS</H2>
|
|
|
|
<DL COMPACT>
|
|
<DT id="1">
|
|
<B>gnome-keyring-daemon</B> [OPTION...]
|
|
</DL>
|
|
<A NAME="lbAD"> </A>
|
|
<H2>DESCRIPTION</H2>
|
|
|
|
<P>
|
|
|
|
<DD>The
|
|
<B>gnome-keyring-daemon</B>
|
|
is a service that stores your passwords and secrets. It is normally started automatically when a user logs into a desktop session.
|
|
<P>
|
|
|
|
The
|
|
<B>gnome-keyring-daemon</B>
|
|
implements the DBus Secret Service API, and you can use tools like
|
|
<B>seahorse</B>
|
|
or
|
|
<B>secret-tool</B>
|
|
to interact with it.
|
|
<P>
|
|
|
|
The daemon also implements a GnuPG and SSH agent both of which automatically load the user's keys, and prompt for passwords when necessary.
|
|
<P>
|
|
|
|
The daemon will print out various environment variables which should be set in the user's environment, in order to interact with the daemon.
|
|
<A NAME="lbAE"> </A>
|
|
<H2>OPTIONS</H2>
|
|
|
|
<P>
|
|
|
|
The various startup arguments below can be used:
|
|
<P>
|
|
|
|
<B>-c</B>, <B>--components=</B><B></B><I>ssh,secrets,pkcs11</I>
|
|
<DL COMPACT><DT id="2"><DD>
|
|
Ask the daemon to only initialize certain components. Valid components are
|
|
ssh,
|
|
secrets,
|
|
pkcs11.
|
|
<P>
|
|
By default all components are initialized.
|
|
</DL>
|
|
|
|
<P>
|
|
|
|
<B>-C</B>, <B>--control-directory=</B><B></B><I>/path/to/directory</I>
|
|
<DL COMPACT><DT id="3"><DD>
|
|
Use this directory for creating communication sockets. By default a temporary directory is automatically created.
|
|
</DL>
|
|
|
|
<P>
|
|
|
|
<B>-d</B>, <B>--daemonize</B>
|
|
<DL COMPACT><DT id="4"><DD>
|
|
Run as a real daemon, disconnected from the terminal.
|
|
</DL>
|
|
|
|
<P>
|
|
|
|
<B>-f</B>, <B>--foreground</B>
|
|
<DL COMPACT><DT id="5"><DD>
|
|
Run in the foreground, and do not fork or become a daemon.
|
|
</DL>
|
|
|
|
<P>
|
|
|
|
<B>-l</B>, <B>--login</B>
|
|
<DL COMPACT><DT id="6"><DD>
|
|
This argument tells the daemon it is being run by PAM. It reads all of stdin (including any newlines) as a login password and does not complete actual initialization.
|
|
<P>
|
|
The daemon should later be initialized with a
|
|
<B>gnome-keyring-daemon</B> <B>--start</B>
|
|
invocation.
|
|
<P>
|
|
This option implies
|
|
<B>--unlock</B>. It may not be used together with either the
|
|
<B>--replace</B>
|
|
or
|
|
<B>--start</B>
|
|
arguments.
|
|
</DL>
|
|
|
|
<P>
|
|
|
|
<B>-r</B>, <B>--replace</B>
|
|
<DL COMPACT><DT id="7"><DD>
|
|
Try to replace a running keyring daemon, and assume its environment variables. A successful replacement depends on the
|
|
GNOME_KEYRING_CONTROL
|
|
environment variable being set by an earlier daemon.
|
|
<P>
|
|
This option may not be used together with either the
|
|
<B>--login</B>
|
|
or
|
|
<B>--start</B>
|
|
arguments.
|
|
</DL>
|
|
|
|
<P>
|
|
|
|
<B>-s</B>, <B>--start</B>
|
|
<DL COMPACT><DT id="8"><DD>
|
|
Connect to an already running daemon and initialize it. This is often used to complete initialization of a daemon that was started by PAM using the
|
|
<B>--login</B>
|
|
argument.
|
|
<P>
|
|
This option may not be used together with either the
|
|
<B>--login</B>
|
|
or
|
|
<B>--replace</B>
|
|
arguments.
|
|
</DL>
|
|
|
|
<P>
|
|
|
|
<B>--unlock</B>
|
|
<DL COMPACT><DT id="9"><DD>
|
|
Read a password from stdin, and use it to unlock the login keyring or create it if the login keyring does not exist.
|
|
</DL>
|
|
|
|
<P>
|
|
|
|
<B>-V</B>, <B>--version</B>
|
|
<DL COMPACT><DT id="10"><DD>
|
|
Print out the gnome-keyring version and then exit.
|
|
</DL>
|
|
|
|
<P>
|
|
|
|
<B>-h</B>, <B>--help</B>
|
|
<DL COMPACT><DT id="11"><DD>
|
|
Show help options and exit.
|
|
</DL>
|
|
|
|
<A NAME="lbAF"> </A>
|
|
<H2>BUGS</H2>
|
|
|
|
<P>
|
|
|
|
Please send bug reports to either the distribution bug tracker or the upstream bug tracker at
|
|
m[blue]<B><A HREF="https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-keyring">https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-keyring</A></B>m[]
|
|
<A NAME="lbAG"> </A>
|
|
<H2>SEE ALSO</H2>
|
|
|
|
<B><A HREF="/cgi-bin/man/man2html?1+secret-tool">secret-tool</A></B>(1), <B><A HREF="/cgi-bin/man/man2html?1+seahorse">seahorse</A></B>(1)
|
|
<P>
|
|
|
|
Further details available in the gnome-keyring online documentation at
|
|
m[blue]<B><A HREF="https://wiki.gnome.org/GnomeKeyring">https://wiki.gnome.org/GnomeKeyring</A></B>m[]
|
|
and in the secret-service online documentation at
|
|
m[blue]<B><A HREF="http://standards.freedesktop.org/secret-service/">http://standards.freedesktop.org/secret-service/</A></B>m[]
|
|
<P>
|
|
|
|
<HR>
|
|
<A NAME="index"> </A><H2>Index</H2>
|
|
<DL>
|
|
<DT id="12"><A HREF="#lbAB">NAME</A><DD>
|
|
<DT id="13"><A HREF="#lbAC">SYNOPSIS</A><DD>
|
|
<DT id="14"><A HREF="#lbAD">DESCRIPTION</A><DD>
|
|
<DT id="15"><A HREF="#lbAE">OPTIONS</A><DD>
|
|
<DT id="16"><A HREF="#lbAF">BUGS</A><DD>
|
|
<DT id="17"><A HREF="#lbAG">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:15 GMT, March 31, 2021
|
|
</BODY>
|
|
</HTML>
|