I'm having an OpenWRT router, from which I have to automatically create a SSH connection to a remote host. But the remote host doesn't support public key authentication, so I thought I can create my own askpass
script and specify it using the SSH_ASKPASS
environment variable.
Unfortunately this variable is not respected/read by the dropbear ssh client, contained in OpenWRT.
Is there any way of specifying a askpass
program/script for the dropbear ssh client?
[edit:] I've just realized, that last time I did the whole thing, I've just installed the openssh-client, which doesn't work this time, since the router has only 332 kb left :-(