I have a Fedora Core 1 install at work, and KDE by default
runs under ssh-agent. At home I have Fedora Core 3 with
KDE 3.3.1, and the ssh agent does on include KDE.
How can I run my entire KDE session under ssh-agent?
-Thanks
Printable View
I have a Fedora Core 1 install at work, and KDE by default
runs under ssh-agent. At home I have Fedora Core 3 with
KDE 3.3.1, and the ssh agent does on include KDE.
How can I run my entire KDE session under ssh-agent?
-Thanks
On Sun, 13 Mar 2005 01:17:35 -0500, Fred <itfred@cdw.com> said:[color=blue]
> I have a Fedora Core 1 install at work, and KDE by default
> runs under ssh-agent. At home I have Fedora Core 3 with
> KDE 3.3.1, and the ssh agent does on include KDE.
> How can I run my entire KDE session under ssh-agent?[/color]
You could add the following to your .xsession or .xinitrc, as the case
may be:
export SSH_ASKPASS=ssh-askpass
ssh-agent -k # kill any running agents
eval `ssh-agent -s`
ssh-add < /dev/null &