ITADN

Remote X session via SSH

#3Opengainbrain 创建于 2024-10-02
G
gainbraincommented
Doing this on a headless remote server, I had to add these two lines to the docker run command in ise14.sh: ``` --volume="$HOME/.Xauthority:$HOME/.Xauthority:ro" \ --net=host \ ``` besides having ``` X11Forwarding yes X11UseLocalhost no ``` in the /etc/ssh/sshd_config
0 条评论