Linux-Noob Forums
Remote Access to remote character based sessions - Printable Version

+- Linux-Noob Forums (https://www.linux-noob.com/forums)
+-- Forum: Linux Server Administration (https://www.linux-noob.com/forums/forum-8.html)
+--- Forum: Remote Access (https://www.linux-noob.com/forums/forum-88.html)
+--- Thread: Remote Access to remote character based sessions (/thread-1823.html)



Remote Access to remote character based sessions - lcohen999 - 2006-09-07


Good Afternoon All,

 

I administer a lot of character based only linux boxes.

 

I am looking for a program where I can SSH into my box, then remote control to one of the pts/ screens.

 

There is no X-Windows installed.

 

Any information would be greatly appreciated!




Remote Access to remote character based sessions - anyweb - 2006-09-07


if you mean in windows then you need putty

 

if you mean something else then please explain,

 

also check out 'screen'

 

cheers

anyweb




Remote Access to remote character based sessions - lcohen999 - 2006-09-07


Quote:if you mean in windows then you need putty 

if you mean something else then please explain,

 

also check out 'screen'

 

cheers

anyweb
 

 

Newbie

 

Registered: Feb 2005

Posts: 3

Distribution:

 

I can SSH into the box no problem, I use Anzio for that.

 

The key is how can I control other character based sessions who have come in from putty, for example

 

ie, I log in as root onto pts/5 in character mode

 

I want to see and interact with pts/9 who is also in character mode also coming in from putty, or anzion, etc.(no xwindows)

 

Thanks!