BU_BISON wrote:
> 
> sudo ip addr add 192.168.0.200/24 dev usb0
> sudo ip link set usb0 up
> sudo ssh [email protected]
> 
> I do this and then it asks me for a password. According to the wiki the
> default password is blank so i don't enter anything and it say "Permission
> Denied, please try again." and prompts me for the password again. I never
> set a password so I have no idea what it could be. Is there anyway that I
> can bypass this or connect my phone to my computer is another way?  
> 
> 

Hi,

The ssh command is using the wrong IP address.  It should read:

ssh [email protected]

You don't need to use sudo at the beginning of the command.  ssh doesn't
need root privileges.

192.168.0.200 is probably your computer, so the ssh prompt was expecting
your computer's root password.  If you're using a distro like Ubuntu where
there is no root account (or if sshd is configured not to allow root
logins), probably no password would ever work.  The phone's IP is
192.168.0.202 when you use USB networking.


Jeremy
-- 
View this message in context: 
http://n2.nabble.com/USB-Connection-Needs-Password-tp3150749p3160091.html
Sent from the Openmoko Community mailing list archive at Nabble.com.


_______________________________________________
Openmoko community mailing list
[email protected]
http://lists.openmoko.org/mailman/listinfo/community

Reply via email to