Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Hey, in AIX there was a way to watch people who have telnetted/sshed into my machine- watch what they type on the command line. Can I do that in linux? My friend is helping me install something and I want to watch how he does it.
Distribution: Fedora Core 2;Red Hat 7.3;Red Hat 9;SuSE 9.1
Posts: 135
Rep:
If you start vncserver with -alwaysshared and connect both to the same desktop
ie 192.168.1.1:1 (the colon and 1 at the end tells the vnc client to connect to desktop 1)
you'll both see the same desktop.
Distribution: Fedora Core 2;Red Hat 7.3;Red Hat 9;SuSE 9.1
Posts: 135
Rep:
Yes VNC can be security risk, with a max password length of 8 it can be brute forced easily.
But as Rotwang only wanted to watch how a friend installed something, for the short while that would take security isn't really an issue. After all SSH doesn't have a 100% security record either. (and I don't know how to share ssh sessions : ).
The vnc suggestions is good as an alternative. But does anyone know a way to do what I described- to view other people's command line sessions? Kind of like on the old BBS days where the sysop could jump in...
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.