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