CentOS x11 Forwarding issue -


i on windows7 machine , i'm trying graphic view on centos machine displayed on current screen. when typing xclock, gedit... in terminal, getting following error

-bash: xclock: command not found 

and result of # vi /etc/ssh/sshd_config command

# example of overriding settings on per-user basis #match user anoncvs #       x11forwarding no #       allowtcpforwarding no #tewayports no #x11forwarding no x11forwarding yes #x11displayoffset 10 #x11uselocalhost yes 

also xming running on server:0.0 , turned x11 forwarding on on putty

so what's problem ?

sudo yum install xorg-x11-apps 

should cover it!


Comments

Popular posts from this blog

PHPMotion implementation - URL based videos (Hosted on separate location) -

c# - Unity IoC Lifetime per HttpRequest for UserStore -

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -