Changes between Initial Version and Version 1 of EscritorioRemotoPorSsh
- Timestamp:
- 05/15/09 14:36:11 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
EscritorioRemotoPorSsh
v1 v1 1 2 * Primero crear una ventana por ejemplo 1024x768 3 4 {{{ 5 # DISPLAY=:0.0 && Xephyr -ac -screen 1024x768 -br -reset -terminate 2> /dev/null :1 & DISPLAY=:1.0 6 }}} 7 8 * conectamos a servidor 9 {{{ 10 # ssh -A -X -T -n Usuario@maquina x-session-manager 11 }}}