Hi,
I'm in the process of moving from Fedora Core 4 with KDE 3.5
to Ubuntu 8.0.4 with KDE 4
I want to have ssh-add run on login. It should prompt me for the password
necessary to load my keys.
On the FC4 box this is achieved via a 1 line shell script in $HOME/.kde/env
$ cat $HOME/.kde/env/ssh-add.sh
/usr/bin/ssh-add
Previously I also did this by placing a soft link to /usr/bin/ssh-add in $HOME/.kde/Autostart but that broke
at some point.
With KDE4 I've tried both these approaches, also tried putting same under ~/.kde4/...
and also tried using a .Desktop file in ~/.kde4/Autostart
So far nothing has worked. The .Desktop file got furthest in that it did run ssh-add but I wasn't
prompted for my password. Using ssh-add -l afterwards showed no identities had been loaded.
Appreciate any help.
D.
I'm in the process of moving from Fedora Core 4 with KDE 3.5
to Ubuntu 8.0.4 with KDE 4
I want to have ssh-add run on login. It should prompt me for the password
necessary to load my keys.
On the FC4 box this is achieved via a 1 line shell script in $HOME/.kde/env
$ cat $HOME/.kde/env/ssh-add.sh
/usr/bin/ssh-add
Previously I also did this by placing a soft link to /usr/bin/ssh-add in $HOME/.kde/Autostart but that broke
at some point.
With KDE4 I've tried both these approaches, also tried putting same under ~/.kde4/...
and also tried using a .Desktop file in ~/.kde4/Autostart
So far nothing has worked. The .Desktop file got furthest in that it did run ssh-add but I wasn't
prompted for my password. Using ssh-add -l afterwards showed no identities had been loaded.
Appreciate any help.
D.
Comment