You are not logged in.
hello, I'd like to know how to disable ssh agent since I don't use it. It's a kde dependancy so it cannot be removed. So is there a way to make it not start on boot?
Offline
do you mean the sshd daemon?
if so, see if you have it listed in the DAEMONS array. If so, block it.
There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !
Offline
I'd like to know how to disable ssh agent since I don't use it. It's a kde dependancy so it cannot be removed.
Assuming you are using KDE, ssh-agent is started by KDE's startup mechanism. I cannot point you to the exact setting, but I am sure there is a corresponding configuration dialog (startup and/or key management).
Offline
do you mean the sshd daemon?
if so, see if you have it listed in the DAEMONS array. If so, block it.
no, i mean
off220 3498 0.0 0.0 14216 492 ? Ss 07:20 0:00 /usr/bin/ssh-agent -s
Offline
off220 wrote:I'd like to know how to disable ssh agent since I don't use it. It's a kde dependancy so it cannot be removed.
Assuming you are using KDE, ssh-agent is started by KDE's startup mechanism. I cannot point you to the exact setting, but I am sure there is a corresponding configuration dialog (startup and/or key management).
Yea, that's what I'm talking about. There should be settings somewhere..
Offline
Wiki reads:
You can add this to /etc/profile so that it will be run whenever you open a session:
# echo 'eval `ssh-agent`' >> /etc/profile
-- which means you should probably look there and comment the correct line.
:: Registered Linux User No. 223384
:: github
:: infinality-bundle+fonts: good looking fonts made easy
Offline
pacman -qli kde-agent
Name : kde-agent
Version : 20090801-2
URL : http://www.kde.org
Licenses : GPL LGPL FDL
Groups : None
Provides : None
Depends On : pinentry openssh qt
Optional Deps : None
Required By : kdepim-libkdepim kdeutils-kgpg
Conflicts With : None
Replaces : None
Installed Size : 8.00 K
Packager : Tobias Powalowski <tpowa@archlinux.org>
Architecture : i686
Build Date : Sat 01 Aug 2009 09:49:35 AM EDT
Install Date : Mon 14 Mar 2011 11:10:48 PM EDT
Install Reason : Installed as a dependency for another package
Install Script : No
Description : Startup and shutdown scripts for gpg-agent and ssh-agent in KDE
kde-agent /etc/
kde-agent /etc/kde/
kde-agent /etc/kde/env/
kde-agent /etc/kde/env/agent-startup.sh
kde-agent /etc/kde/shutdown/
kde-agent /etc/kde/shutdown/agent-shutdown.shYou may be able to change some setting in /etc/kde/env/agent-startup.sh .
Offline