Hi,
I have a basically working 2.6 eabi built system running on ts7250 via
nfs but can't login via ssh.
I built the fs image along the same lines as TSlinux but using upto
date versions, so it's busybox based and uses dropbear for ssh
verification.
I'm using console via minicom and can login OK as root on console.
However, attempts to login over ethernet using ssh get refused.
Initially I copied over the dropbear keys from the original 2.4 fs and
hit this problem. I then recreated a new key with dropbearkey on the
running 2.6 system thinking it may a key generated by the same binary
as the verification process.
This equally gets refused.
ssh arm26
The authenticity of host 'arm26 (192.168.1.50)' can't be
established.
RSA key fingerprint is 40:ec.................................
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'arm26,192.168.1.50' (RSA) to the list
of known hosts.
password:
Permission denied, please try again.
I'm wondering if I may not have got the config right while building
dropbear.
Any suggestions as to what to look at?
TIA,