Is there a Linux functionality for remote control of Telnet/SSH logins?

Is there a Linux functionality for remote control of Telnet/SSH logins?

I have a question regarding remote control of Telnet or SSH logins. I can do it in OpenVMS with the CONTROL ASSIST [USERNAME]/NONOTIFY command, but I want to be able to do it in Linux.

Is there a command that will let me take over a user's Telnet or SSH session? I am not talking about VNC or XDM or anything like that.

I have users who log in using Telnet or SSH. If they have a problem or technical support question, I would like to be able to log in to the server with Telnet or SSH and type in a command that would show me everyone currently logged in, then let me take over any one of the logged in sessions. Once I am finished, I would disconnect. I haven't been able to find this functionality anywhere in Linux.

    Requires Free Membership to View

    When you register, my team of editors will also send you resources covering Linux administration and management; integration and interoperability between Linux, Windows and Unix; securing Linux and mixed-platform environments; and migrating to Linux.

    Cathleen A. Gagne, Senior Editorial Director

    By submitting your registration information to SearchEnterpriseLinux.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchEnterpriseLinux.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

Unlike other OS's, Linux uses an X server for graphics. This allows for network redirection. You can have a secure remote display by tunneling through ssh. << ssh -X >>. I'm not an ssh whiz by any means, but try fooling around with this.

I know you have issues with it, but personally, I would use VNC! VNC stands for Virtual Network Computing. The system is a remote display system which lets one view a computing "desktop" environment, but from anywhere on the Internet and from many different varieties of machine architectures.

If you change your mind, here's a great article by Jeff Vincent for more specifics:
http://www.sourcecodecorner.com/articles/vnc/linux.asp

This was first published in May 2003