SSH passphrase? Sounds like an ssh-agent starting. Do you run ssh-agent?
hi,
I moved last week to the latest mandriva 2008.1 .
It’s been out a month and it is not bad.
I kept my /home from the previous install (mandriva 2008.0).
My problem is when I start a KDE session it asks me for my passphrase for SSH and then the one for GPG…and it wasn’t doing that before.
Does anybody knows how to get rid of this?
I’d enter the pass when needed but it is annoying me to do it every time…
If I don’t enter the pass then I’ll have an error message when opening a konsole…![]()
SSH passphrase? Sounds like an ssh-agent starting. Do you run ssh-agent?
63,000 bugs in the code, 63,000 bugs,
ya get 1 whacked with a service pack,
now there’s 63,005 bugs in the code!!
well I used it before but havent reinstalled it when installing the newer mandriva…
but I’ll look that way
thank you
it appears that it is ssh-agent asking me my passphrase….It never did before why does it do it since I reinstalled?
at the same time is running gpg-agent wich I never asked to start (like for ssh-agent).
Do you know how to desactivate it in KDE?
I’d say check your .profile and .bashrc for starters, as well as /etc/bashrc and /etc/profile
63,000 bugs in the code, 63,000 bugs,
ya get 1 whacked with a service pack,
now there’s 63,005 bugs in the code!!
Found it!
here is what it was: keychain has been installed with the new mandriva
simply delete the ~/.keychain directory and this is it (or uninstall keychain.
and it was giving the error in a terminal because of it in bash_profile:
issue solved for me# Initialize keychain if needed
if [ -r $HOME/.ssh/identity -o -r $HOME/.ssh/id_dsa -o -r $HOME/.ssh/id_rsa ]; then
if [ ! -d $HOME/.keychain ]; then
keychain
fi
fi
thank you for your attention!
nounou
Bookmarks