Quiero configurar menús, ventanas, decoraciones, posiciones de las barras de tareas del administrador de escritorio deseado en tiempo real dentro de Cubic porque me resulta muy cómodo hacerlo mientras estoy dentro del entorno virtual cúbico. A continuación puede ver que intenté habilitar el reenvío X a través de ssh porque quería configurar un administrador de escritorio como lxde o xfce desde cúbico, pero falló. ¿Tiene una solución alternativa?
dentro del cubo:
root@cubic:~# /etc/init.d/ssh start
* Starting OpenBSD Secure Shell server sshd sshd: no hostkeys available -- exiting.
[fail]
root@cubic:~# ssh-keygen -A
ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519
root@cubic:~# /etc/init.d/ssh start
* Starting OpenBSD Secure Shell server sshd [ OK ]
root@cubic:~# adduser test
Adding user `test' ...
Adding new group `test' (1000) ...
Adding new user `test' (1000) with group `test' ...
Creating home directory `/home/test' ...
Copying files from `/etc/skel' ...
New password:
Retype new password:
passwd: password updated successfully
Changing the user information for test
Enter the new value, or press ENTER for the default
Full Name []:
Room Number []:
Work Phone []:
Home Phone []:
Other []:
Is the information correct? [Y/n] y
en el sistema operativo host:
ziomario@Z390-AORUS-PRO-DEST:~$ ssh -Y [email protected] (host os IP Number)
The authenticity of host '192.168.1.4 (192.168.1.4)' can't be established.
This key is not known by any other names
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added '192.168.1.4' (ED25519) to the list of known hosts.
[email protected]'s password:
Permission denied, please try again.
falla porque la prueba del usuario no está en el sistema operativo host sino en el sistema operativo cúbico, pero 192.168.1.4 es el número de IP del sistema operativo host (cubic no tiene ninguno). Si lo hago :ssh -Y[correo electrónico protegido]dentro de Cubic volverá a fallar porque la prueba del usuario está dentro de Cubic, pero el número de IP está en el sistema operativo host. Si creo la prueba de usuario en el sistema operativo host e intento reenviar X usando el número de IP del host y la prueba de usuario, podré configurar xfce4 instalado en el sistema operativo host y eso no es lo que quiero.