F1ash / qt-virt-manager

Qt Virtual machines manager
http://f1ash.github.io/qt-virt-manager
GNU General Public License v2.0
233 stars 71 forks source link

Symlinking ksshaskpass is a bad idea.. #15

Closed abucodonosor closed 8 years ago

abucodonosor commented 8 years ago

Hello ,

to make ksshaskpass work from KDE{4,5} , even with wallet , one has just to set :

SSH_ASKPASS=/usr/bin/ksshaskpass

( from /etc/profile.d/* , $HOME/.bash* etc )

In your README you talk about synlinking but there is no need to do that and there is already an ssh-askpass progam. That way you can use both..

If you still want to suggest symlinking it has to be :

sudo ln -s /usr/bin/ksshaskpass $libexec/ssh-askpass

( and while distros set $libexec different one has to find out )

Best Regards