Remote X session via SSH
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 条评论