...On Zaurus I used "dropbearkey -t rsa -f ~/.ssh/id_rsa" to generate key. Then"dropbearkey -y -f ~/.ssh/id_rsa" and copied publickey to desktop~/.ssh/authorized_keys. Desktop id_rsa.pub is added to ~/.ssh/authorized_keyson Zaurus.This allow me to login from desktop to Zaurus via simple "ssh user at zaurus" andfrom Zaurus to desktop via "ssh -i ~/.ssh/id_rsa user at desktop".But there is a problem with SCP. I can "scp file user at zaurus:" from desktopand it works ok. But from Zaurus to desktop it doesn't work - always ask forpassword:...
root@collie:/mnt/card/Documents/temp# scp -i /root/.ssh/id_rsa dino@satlug.org:backup/*.sh /root/Documents/WARNING: Ignoring unknown argument '-x'WARNING: Ignoring unknown argument '-oForwardAgent no'WARNING: Ignoring unknown argument '-oClearAllForwardings yes'Failed loading keyfile '-l'/usr/bin/dbclient: exited: Error resolving: Name or service not knownroot@collie:/mnt/card/Documents/temp#