I have installed the seven packages related to openssh from
http://openzaurus.org/official/unstable/3.5.1/upgrades/I have generated a keypair with a pasphrase. I did the same on my cube
and put the public keys on my server. The cube gets in fine after being challanged for the
passphrase.
The Zaurus fails. When I do ssh -v, I see keys being exchanged but when I get to the
stage where the passphrase is required, instead of this :
debug1: read PEM private key done: type
Enter passphrase for key '/Users/poti/.ssh/id_dsa':
I get:
debug1: read PEM private key done: type
ssh_akspass: exec(/usr/libexec/ssh-askpass): No such file or directory
Where can I find ssh-askpass for OZ3.5.1, GPE?
Or, how can I get openssh not to use ssh-askpass, as in the case of my cube?