- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Remotely view another users terminal session
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-13-2001 09:47 AM
тАО06-13-2001 09:47 AM
As an administrator of several systems, I would like to be able to log into the main console of the unix server (command line bash shell) and be able to cat or double redirect there tcp/ip telnet session so that I can view there screen as they type and present the error exactly as they see it.
Could somone give me suggestions. I have seen this done once before on a Unix platform just using some simple double redirects and the psudeo tty file representing the remote telnet session the admin wanted to view.
Any help would be appreciated.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-14-2001 09:39 PM
тАО06-14-2001 09:39 PM
Solutionplease check the shell command, that will be started, if the user logs on. You can setup a history file with the shell or an environment variable.
Rgds
Alexander M. Ermes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-15-2001 02:37 AM
тАО06-15-2001 02:37 AM
Re: Remotely view another users terminal session
Take a look at the man pages for kibitz and/or xkibitz. I'm not sure if this is what your looking for, though...
HTH.
Regards,
Vincent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-19-2001 09:07 AM
тАО06-19-2001 09:07 AM
Re: Remotely view another users terminal session
Any ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-26-2001 12:24 AM
тАО06-26-2001 12:24 AM
Re: Remotely view another users terminal session
Richard take a look at this:
http://rpmfind.net/linux/RPM/PLD//PLD-1.0/i686/PLD/RPMS//ttysnoop-0.12c-8.i686.html
It runs fine under Linux. I compiled it for HP-UX too. There are some bugs, but it is usable.
HTH,
Rumen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-27-2001 05:31 AM
тАО06-27-2001 05:31 AM
Re: Remotely view another users terminal session
I test the following and it's working :
1. You had to change the permissions on the caracter device dealing with your telnet session in order to allow the active user to write to /dev/pts/p? .
2. Then the active user should run the application like :
# ./myApplication [
This will allows you to see Input / Output from his screen .
It works .
Magdi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-27-2001 05:34 AM
тАО06-27-2001 05:34 AM
Re: Remotely view another users terminal session
The permession are 620 on caracter device and must be 622 so that other could write to your device file.
Magdi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-27-2001 07:35 AM
тАО06-27-2001 07:35 AM
Re: Remotely view another users terminal session
for a terminal, you need the sun ttysnoop for linux.
Bill