Servidor linux remoto con interface gráfica vía tightvnc (con navegadores y cliente ftp)
Instalación desde ssh:
1 apt-get update
2 apt-get upgrade
3 apt-get install fail2ban (si no esta instalado para bloquear intentos de acceso)
4 apt-get install xorg lxde-core lxde-icon-theme tightvncserver
5 tightvncserver :1
6 sudo apt-get install midori
7 apt-get install iceweasel
8 apt-get install filezilla
9 apt-get install synaptic
---------------------------------------------------------------------
Para cifrar la conexión via ssh:
ssh -l admin (o root) -p 22 -L5901:localhost:5901 185.xx.xxx.xxx
desde cliente vnc:
localhost:5901
-----------------------------------
Cerrar servicio para mayor seguridad y liberar memoria:
Desde comandos o ssh:
tightvncserver -kill :1
---------------------------
Instalar gnome-system-tools para tener mas opciones de administración en el entorno gráfico.
-----------------------------
Comando para editar el password del servicio vnc:
vncpasswd
Comentarios
ssh -l user -p [ssh port usually 22] -L5901:localhost:5901 serverIp
Example (in client terminal) : ssh -l root -p 22 -L5901:localhost:5901 10.10.0.1
goto vnc client and put localhost:5901
Remote Desktop to Ubuntu in Windows Azure
http://blog.appliedis.com/2012/11/05/remote-desktop-to-ubuntu-in-windows-azure/