Acabei de instalar o Ubuntu 13.04 em um nexo 7. Os passos foram, em um terminal no nexo:
$ apt-get install openssh-server # answer y
$ ifconfig wlan0 # to find nexus IP address
Então, em um computador na mesma rede sem fio,
$ ssh loginname@ip-address
The authenticity of host '192.168.131.40 (192.168.131.40)' can't be established.
ECDSA key fingerprint is 54:22:d3:ea:2e:af:b2:87:23:74:1a:ce:f5:e5:e4:11.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '192.168.131.40' (ECDSA) to the list of known hosts.
[email protected]'s password:
The programs included with the Ubuntu system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by
applicable law.
Welcome to Ubuntu Raring Ringtail (development branch) (GNU/Linux 3.1.10-8-nexus7 armv7l)
* Documentation: https://help.ubuntu.com/
loginname@nexus:~$