Today I ran into a problem. On my new CentOS maschine x11-forwading didn’t work. After some research I found out the x11 forwarding needs the xauth package. So the following command solves it:
yum install -y xauth
Stuff I don't want to discover the hard way on the second try
Today I ran into a problem. On my new CentOS maschine x11-forwading didn’t work. After some research I found out the x11 forwarding needs the xauth package. So the following command solves it:
yum install -y xauth