Greetings!
I'm trying to get up SSH so that it signs in without a password. From a Linux
command prompt on my PC (wunning VMWare Player) I have done the usual
ssh-keygen
ssh-copy-id -i ~/.ssh/id_rsa.pub root!10.232.48.113
And that created a file on my target machine in
/root/.ssh/authorized_keys
On the target machine I did
dropbear -r /etc/dropbear/dropbear_rsa_host_key
Which successfully created that key.
So now I am able to ssh however it continues to ask me for
the password. I though maybe root was excluded from automatic password so I
created a user account called flr, created its user home, and now I can ssh
however it continues to ask me for a password.
I'm missing a step, most likely I have to put the id_rsa.pub that ssh-keygen
created somewhere on the target, but putting it in /etc/dropbear did not help,
putting it in /root/.ssh/ did not help.
Can someone tell me what step I'm missing?
Thanks!
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|