You are not logged in.

#1 2011-03-14 19:08:20

off220
Member
Registered: 2010-04-01
Posts: 92

disable ssh-agent on boot

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

#2 2011-03-14 19:22:48

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: disable ssh-agent on boot

do you mean the sshd daemon?

if so, see if you have it listed in the DAEMONS array. If so, block it.


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

#3 2011-03-14 19:59:16

jakobm
Member
Registered: 2008-03-24
Posts: 132

Re: disable ssh-agent on boot

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).

Offline

#4 2011-03-15 02:25:49

off220
Member
Registered: 2010-04-01
Posts: 92

Re: disable ssh-agent on boot

Inxsible wrote:

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

#5 2011-03-15 02:27:24

off220
Member
Registered: 2010-04-01
Posts: 92

Re: disable ssh-agent on boot

jakobm wrote:
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

#6 2011-03-15 02:33:01

bohoomil
Banned
Registered: 2010-09-04
Posts: 2,377
Website

Re: disable ssh-agent on boot

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

#7 2011-03-15 03:37:55

kukibird1
Member
Registered: 2010-04-06
Posts: 11

Re: disable ssh-agent on boot

 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.sh

You may be able to change some setting in /etc/kde/env/agent-startup.sh .

Offline

Board footer

Powered by FluxBB