MoTTY X11 proxy: No authorisation provided
$DISPLAY is not correctly set,
oracle configurationintermediate
by OracleDba
22 views
$DISPLAY is not correctly set,
1234567
which xauth
sudo yum install xauth # RHEL/CentOS
# or
sudo apt install xauth # Debian/Ubuntusudo yum install xauth # RHEL/CentOS
# or
sudo apt install xauth # Debian/Ubuntu123
echo $DISPLAY
localhost:10.012345
xauth list
xauth generate $DISPLAY . trusted
xauth list1234567
xclock
echo $DISPLAY
xauth list
export DISPLAY=localhost:10.0
xclock123
sudo yum install xorg-x11-apps -y
xclockPlease to add comments
No comments yet. Be the first to comment!