[SLUG] Is there a way to tandem on to a SSH connection?

2004-11-30 Thread Paul Ford
I am new to Linux and would like to know if I could take over another users ssh 
connection as a root user?
My Linux box is running RedHat 7.2.1



  (`-''-/).___..--''`-.   
   `6_ 6  )   `-.  ( ).`-._ .`)
   (_Y_.)'  ._   )  `._ `. ``-..-' 
 _..`--'_..-_/  /--'_.' ,' 
(il),-''  (li),'  ((!.-' 

Network Support
Paul Ford
Ph 87485296
*
Automated Signature
This message and any attachment is intended only for the use of the
Addressee and may contain information that is PRIVILEGED and CONFIDENTIAL.
If you are not the intended recipient, you are hereby notified that any
dissemination of this communication is strictly prohibited. If you have
received this communication in error, please erase all copies of the
message
and its attachments and notify us immediately. Thank You.

Security Warning: Please note that this e-mail has been created in the
knowledge that Internet e-mail is not a 100% secure communications medium.
We advise that you understand and observe this lack of security when
e-mailing us.

Viruses: Although we have taken steps to ensure that this e-mail and
attachments are free from any virus, we advise that in keeping with good
computing practice the recipient should ensure they are actually virus
free.

*

--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Is there a way to tandem on to a SSH connection?

2004-11-30 Thread Jan Schmidt
quote who=Paul Ford
 I am new to Linux and would like to know if I could take over another users 
 ssh connection as a root user?
 My Linux box is running RedHat 7.2.1
 

ttysnoop should allow you to join the users login session.

J.
-- 
Jan Schmidt  [EMAIL PROTECTED]

Stoke me a clipper, I'll be back for Christmas
  -- Arnold 'Ace' Rimmer, Red Dwarf
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Is there a way to tandem on to a SSH connection?

2004-11-30 Thread Jamie Wilkinson
This one time, at band camp, Paul Ford wrote:
I am new to Linux and would like to know if I could take over another users 
ssh connection as a root user?

You can't take over the ssh session, but you can go tandem on a virtual
terminal using a program called 'screen'.

If your other user starts screen, then ssh, you can join their screen
session and see what they see, and type for them.

screen -x will join an already attached session.

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html