Enable X Forwarding on RHEL7

The following packages are required to allow X Forwarding on RHEL7 (and RHEL6)

yum -y install xorg-x11-apps xorg-x11-xauth xorg-x11-utils 
sed -i 's/X11Forwarding no/X11Forwarding yes/' /etc/ssh/sshd_config 
service sshd restart

Add a Comment

Your email address will not be published. Required fields are marked *