SSH connection from Debian or Windows to Angstrom, debian, ubuntu, ...
SSH is a protocol which allow to connect two computers securely.
Debian:
you must have a X server installed into your Debian version for have a
graphic interface. If the X server isn't installed you will only have
access to the terminal.
1) SSH connection with interface graphic
CMD: ssh login@ipAdr -p 22 -X
enter your password
CMD: gnome-session
gnome-session == open the gnome interface
gedit == open gedit
...
2) SSH connection without interface graphic
CMD: ssh login@ipAdr -p 22
enter your password