2012-02-21

Slitaz -- raspberry-ssh

1.
tux@slitaz:~$ uname -a
Linux slitaz 2.6.37-slitaz #2 SMP Wed Nov 2 22:01:57 CET 2011 i686 GNU/Linux

2.
tux@slitaz:~$ ifconfig tap0
tap0      Link encap:Ethernet  HWaddr 3E:68:FB:31:00:70
          inet addr:192.168.2.1  Bcast:192.168.2.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:1397 errors:0 dropped:0 overruns:0 frame:0
          TX packets:476 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:500
          RX bytes:143317 (139.9 KiB)  TX bytes:35358 (34.5 KiB)


3.
tux@slitaz:~$ ssh pi@192.168.2.2

Host '192.168.2.2' is not in the trusted hosts file.
(fingerprint md5 26:a4:a1:ab:c2:ff:50:99:d7:e1:49:6e:f2:90:fb:90)
Do you want to continue connecting? (y/n) y
pi@192.168.2.2's password:
Linux raspberrypi 3.1.9 #2 Sat Feb 18 12:14:02 ICT 2012 armv6l

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Thu Jan  1 00:02:29 1970

4.
pi@raspberrypi:~$ w
 00:20:37 up 20 min,  3 users,  load average: 0.01, 0.03, 0.05
USER     TTY      FROM              LOGIN@   IDLE   JCPU   PCPU WHAT
pi       ttyAMA0                   00:02    4:33   0.58s  0.37s -bash
pi       tty1                      00:02    6:44   0.47s  0.19s -bash
pi       pts/0    192.168.2.1      00:20    0.00s  0.29s  0.08s w

5.
pi@raspberrypi:~$ ifconfig eth0
eth0      Link encap:Ethernet  HWaddr 52:54:00:12:34:56
          inet addr:192.168.2.2  Bcast:192.168.2.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:74 errors:0 dropped:0 overruns:0 frame:0
          TX packets:120 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:6906 (6.7 KiB)  TX bytes:13813 (13.4 KiB)
          Interrupt:25 DMA chan:ff

6.
pi@raspberrypi:~$ uname -a
Linux raspberrypi 3.1.9 #2 Sat Feb 18 12:14:02 ICT 2012 armv6l GNU/Linux
pi@raspberrypi:~$ lscpu
Architecture:          armv6l
CPU(s):                1
pi@raspberrypi:~$
.