You have to tell the dropbear ssh client specifically which key file to use:
ssh -i /home/root/.ssh/id_rsa [EMAIL PROTECTED]

I tried this:
ssh -i /etc/dropbear/dropbear_dss_host_key  [EMAIL PROTECTED]
but it still asks me for the password.

I have previously put the public key I got from
dropbearkey -y -t dss -f /etc/dropbear/dropbear_dss_host_key
into [EMAIL PROTECTED]:.ssh/authorized_keys

In my local ~/.ssh I have only the files authorized_keys and known_hosts.
The private keys are in /etc/dropbear/dropbear_*_host_key

Does that matter ? I tried with both rsa and dss key...
--
Guillaume Dargaud
http://www.gdargaud.net/




Reply via email to