Sto cercando di accedere al trasformatore Android Eee pad dall'altra mia scatola di Linux usando SSH. Questo è il passaggio che ho seguito e fallito. Quindi chiedendo qui la risposta corretta.
1) Vai su Android Market e scarica Installa Connectbot
- Avvio di ConnectBot
- Chiede ssh o telnet o locale
- Premere locale
- Chiede il nome utente
- Manichino applicato nome utente
- Collegato ad Android locale
- digitare ip addr; nel terminale mostra l'indirizzo IP e posso pingare 8.8.8.8
2) Ora voglio accedere a questa casella dalla casella esterna
- Vai sul mercato Android e installa SSDroid e SuperUser
- Avvia SSDroid
- SSDroid dice root: off, sftp: // root @ ipOfthisAndroidBox: 2222 pronto
- Da un'altra casella provo ad accedere usando ssh root @ ipOfthisAndroidBox: 2222 fallisce
3) Avvia SuperUser tenta di installare qualcosa ma non riesce
Tutto ciò che posso verificare sono rootato, mostra sempre:
$ su
su: permission denied
Follow-up: Come posso accedere dopo aver installato SSHDroid?
[sun@example ~]$ ssh root@94.xx.xx.xx -p 2222
The authenticity of host '[94.xx.xx.xx]:2222 ([94.xx.xx.xx]:2222)' can't be established.
RSA key fingerprint is 14:ae:33:xxxx.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '[94.xx.xx.xx]:2222' (RSA) to the list of known hosts.
SSHDroid
Use 'root' on rooted devices otherwise any username works
Default password is 'admin'
root@94.xx.xx.xx's password:
/data/data/berserker.android.apps.sshdroid/home $ uname -a
Linux localhost 2.6.36.3-00004-g069b8b5 #1 SMP PREEMPT Wed May 11 22:14:22 CST 2011 armv7l GNU/Linux
/data/data/berserker.android.apps.sshdroid/home $ uptime
09:20:16 up 2 min, load average: 0.26, 0.25, 0.11
/ $ ls
EeePad_bootup_first_page.rle acct default.prop init.ventana.rc sys
OSD_battery_100.rle bin dev mnt system
OSD_battery_25.rle cache etc proc ueventd.goldfish.rc
OSD_battery_50.rle config init root ueventd.rc
OSD_battery_75.rle d init.goldfish.rc sbin ueventd.ventana.rc
Removable data init.rc sdcard vendor
More informations: https://gist.github.com/1357588
Come posso accedere al mio box Android da altre distro? (Sto usando Fedora, CentOS, FreeBSD).