cubic 仮想環境内で、必要なデスクトップ マネージャーのメニュー、ウィンドウ、装飾、タスクバーの位置をリアルタイムで構成したいのですが、これは非常に便利だと思います。以下では、cubic 内から lxde や xfce などのデスクトップ マネージャーを構成したかったため、ssh 経由で X 転送を有効にしようとしましたが、失敗しました。回避策はありますか?
立方体内:
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
ホストOS上:
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.
ユーザーテストがホスト OS ではなく cubic OS 上にあるため失敗しますが、192.168.1.4 はホスト OS の IP 番号です (cubic には IP 番号がありません)。次のようにすると:ssh -Y[メールアドレス]cubic 内では、ユーザー テストは cubic 内にあるものの、IP 番号はホスト OS 上にあるため、再度失敗します。ホスト OS でユーザー テストを作成し、ホスト IP 番号とユーザー テストを使用して X を転送しようとすると、ホスト OS にインストールされている xfce4 を構成できるようになりますが、これは私が望んでいることではありません。