Solution :- With root/super -user able to access xclock, with normal user it through error. i.e X11 connection rejected because of wrong authentication.
To access xclock through user run following command.
Login as root user, then allow user to
#xhost +username
Restart machine.
After that login by User.
$ssh -X username@IP-of-machine
Now run xclock
$xclock
Enjoy.
To access xclock through user run following command.
Login as root user, then allow user to
#xhost +username
Restart machine.
After that login by User.
$ssh -X username@IP-of-machine
Now run xclock
$xclock
Enjoy.
0 comments:
Post a Comment