jlehtoma
02-20-2010, 06:19 AM
I have been following the instructions both in Pc-connectivity page (http://maemo.org/development/documentation/pc_connectivity/) and a related post by greygoo (http://talk.maemo.org/showthread.php?t=41547&highlight=ssh+password).
After creating the private / public key pair on my host machine I have copied the public key on my tablet (N900) and appended the content to two locations:
1. /root/.ssh/authorized_keys (username: root)
2. /home/user/.ssh/authorized_keys (username: user)
I am able to ssh in to my tablet from the host machine without a password as root, but not as user. When I ssh in as user I'm still being prompted for the password.
Could this be a permission issue with /home/user/authorized_keys?
After creating the private / public key pair on my host machine I have copied the public key on my tablet (N900) and appended the content to two locations:
1. /root/.ssh/authorized_keys (username: root)
2. /home/user/.ssh/authorized_keys (username: user)
I am able to ssh in to my tablet from the host machine without a password as root, but not as user. When I ssh in as user I'm still being prompted for the password.
Could this be a permission issue with /home/user/authorized_keys?