pontohonk.de wrote some code to have kdewallet supply your ssh keys when ssh-agent requires them. Great code, my problem was that it’s been a while since I used kde and f.example qmake wasn’t something I’m used to. So here’s how I did it in OpenSuse 12.1 .
download askpass.C and askpass.pro from pontohonk.de
Issue:
# zypper install libqt4-devel # zypper install libkde4-devel # qmake # make $ cp askpass /path/to/home/.local/bin/
The rest is well explained by pontohonk.de