How to setup x11 Xming display server in RHEL Linux Putty

Опубликовано: 25 Апрель 2026
на канале: Oracle DBA Smart
458
5

#oracledatabasetutorial #linuxskills #xming#x11display#putty #rhel8 #linuxadministration #databaseadmin #oracledatabase #displayfix #databaseskills
####RhelLinux######################
sudo yum install xorg-x11-utils -y
sudo yum install y xorg-x11-server-Xorg xorg-x11-xauth xorg-x11-apps xorg-x11-fonts* xorg-x11-utils

Need to enable below config parameter:

vi /etc/ssh/sshd_config

AllowAgentForwarding yes
AllowTcpForwarding yes
X11Forwarding yes
X11DisplayOffset 10
X11UseLocalhost yes