1757015 Members
2434 Online
108858 Solutions
New Discussion юеВ

vnc help

 
SOLVED
Go to solution
Maaz
Valued Contributor

vnc help

this vnc server is also SSH server. users log on the server either using vnc or ssh (its up to users will how he/she wants to login)

Now is there any way that I can know who is login on the VNC server using vnc protocol(vnc client).

and how can I kill the session of a user on VNC Server connected via vnc client ?

Regards
Maaz
3 REPLIES 3
Steven E. Protter
Exalted Contributor
Solution

Re: vnc help

Shalom,

Yes, you will need to write a script.

ps -ef | grep vnc | (add some more filtering).

These logins do not show up in last output like ssh logins.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
skt_skt
Honored Contributor

Re: vnc help

we uses vnc in some servers. AFAIK, "ps -ef | grep vnc" is the only option and kill the pid
Maaz
Valued Contributor

Re: vnc help

Thanks Dear SEP and Santhosh Kumar Theyyan for help ;)