Dropbear will refuse to authenticate if ~/.ssh/authorized_keys contains client options, as in the following example:
no-port-forwarding,no-agent-forwarding,command="/usr/NX/bin/nxserver --login" ssh-dss [public key string] Of course, I can simply delete everything before "ssh-dss" and authentication will work as expected. But it would be nice if dropbear could simply ignore these options and read the key anyway. T.
