KDE ssh-agent

Todd Zullinger tmz at pobox.com
Wed Aug 29 22:13:08 UTC 2007


Mike -- EMAIL IGNORED wrote:
> I have been using ssh-agents for a while and I have good scripts and
> procedures to manage them.

You use more than one at a time then?

> Is there a way I can disable the provision of this automatically
> provided agent?  It gets in the way, and I frequently have to
> manually delete it.

It's started via some code in /etc/X11/xinit/xinitrc-common:

# Prefix launch of session with ssh-agent if available and not already running.
SSH_AGENT=
if [ -x /usr/bin/ssh-agent -a -z "$SSH_AGENT_PID" ]; then
    if [ "x$TMPDIR" != "x" ]; then
        SSH_AGENT="/usr/bin/ssh-agent /bin/env TMPDIR=$TMPDIR"
    else
        SSH_AGENT="/usr/bin/ssh-agent"
  fi
fi

So if you've already started your ssh-agent, it shouldn't be started
again.  If you don't want it to start because you plan to start it up
later, perhaps you could set the SSH_AGENT_PID variable?

You can always edit the xinitrc-common script directly, but then you
have to remember to redo your changes after an update (that script
isn't marked as a %config script in the rpm).

-- 
Todd        OpenPGP -> KeyID: 0xBEAF0CE3 | URL: www.pobox.com/~tmz/pgp
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
All decent people live beyond their incomes nowadays, and those who
aren't respectable live beyond other peoples'.
    -- Saki

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 542 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/fedora-list/attachments/20070829/b6d3ef5d/attachment-0001.sig>


More information about the fedora-list mailing list