Note that there are some explanatory texts on larger screens.

plurals
  1. POsubversion client encrypted password via gnome-keyring for ssh (only) client
    primarykey
    data
    text
    <p>I want subversion to encrypt my passwords on a Fedora server without the gnome desktop running. However I did start in the gnome GUI for a sanity test and did the normal mods to:</p> <h2>~/.subversion/config</h2> <pre><code>password-stores = gnome-keyring store-passwords = yes </code></pre> <h2>~/.subversion/servers</h2> <pre><code>[global] store-passwords = yes store-plaintext-passwords = no </code></pre> <p>Then I deleted the <code>~/.subversion/auth</code> dir, performed an svn operation and presto, password stored in the gnome-keyring and not plain-text. Then I ssh'd to the same server and ran:</p> <pre><code>export `gnome-keyring-daemon` </code></pre> <p>which gave me a funny error:</p> <p><code>gnome-keyring-daemon: couldn't lookup ssh component setting: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Not running within active session)gnome-keyring-daemon: couldn't lookup pkcs11 component setting: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Not running within active session)</code></p> <p>At this point I'm stuck. Only other thing I can say is that when the gnome desktop is running I can export <code>DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-oCE5teZHWJ,guid=39013abab7d3f9e97422b8d94e45a9c2</code> on the ssh client and that works.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload