SSH connection failed on Linux Linaro ubuntu image.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Linaro Ubuntu |
Invalid
|
Undecided
|
Unassigned |
Bug Description
On TI Panda 4430, 4460 and Samsung Arndale board with Linux Linaro ubuntu image:
http://
SSH connection failed with "root" account.
Procedures:
root@linaro-
root@linaro-
Type new password.
root@linaro-
eth0 Link encap:Ethernet HWaddr ea:a7:8c:73:a9:e5
inet addr:192.168.1.7 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::e8a7:
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2288 errors:0 dropped:0 overruns:0 frame:0
TX packets:3425 errors:0 dropped:0 overruns:0 carrier:0
RX bytes:1014872 (1.0 MB) TX bytes:3870579 (3.8 MB)
root@linaro-
On host PC, run:
$ ssh root@192.168.1.7
The authenticity of host '192.168.1.7 (192.168.1.7)' can't be established.
ECDSA key fingerprint is cf:84:61:
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '192.168.1.7' (ECDSA) to the list of known hosts.
root@192.168.1.7's password:
Permission denied, please try again.
root@192.168.1.7's password:
The password typed is correct, but connection failed.
However, if using "linaro" account, everything just works well.
#######
This issue is observed on following images:
TI Panda:
http://
Samsung Arndale:
http://
Botao,
It seems that the problem is related to SSH configuration (as you're able to connect to non-root account). I'll try to check that.