X11 Forwarding for new installed OL7.6 with minimal GUI
For new just installed OraLinux 7.5(6) OS (with minimal GUI):
First ssh run with X option:
mbp:~ usr$ ssh -pPORT -X USER@SERVER_IP
USER@SERVER_IP's password:
Last login: Wed Aug 7 13:07:42 2019 from CLIENT_IP
/usr/bin/xauth: file /home/USER/.Xauthority does not exist
[USER@SERVER ~]$
logout
Second ssh run with X option:
mbp:~ usr$ ssh -pPORT -X USER@SERVER_IP
USER@SERVER_IP's password:
Last login: Wed Aug 7 21:16:57 2019 from CLIENT_IP
[USER@SERVER ~]$
PS: wxWidgets, wxLua and several required libs for them have been installed before.
sdmrnv, 2019-08-08 [1.099ms, s]