You are not logged in.

#1 2009-03-22 20:23:39

cytzol
Member
Registered: 2007-06-27
Posts: 10

Terminal-sharing utility

I'm looking for some sort of server that allows me to share a terminal across a local network, so I can let my friend see what I'm doing. Preferably, the routine should go something like this:

* I run the program, and get a new terminal to play with.
* My friend connects to my computer and can see whatever I'm doing in the terminal.
* I close the shell in the terminal, and he gets disconnected.

All I know of is logging in through sshd or xinetd and running `screen -x`, but this involves passwords and I think those commands have to be run as root anyway. Any suggestions?

Offline

#2 2009-03-22 23:05:20

sand_man
Member
From: Australia
Registered: 2008-06-10
Posts: 2,164

Re: Terminal-sharing utility

Well if you set up ssh using keys then their would be no passwords. screen is definitely the way to go IMO.


neutral

Offline

#3 2009-03-22 23:17:46

Procyon
Member
Registered: 2008-05-07
Posts: 1,819

Re: Terminal-sharing utility

screen -x (I'm not sure either, I only tried it with same user (no root needed then))
dtach -a socket_file
tmux attach -t0

Last edited by Procyon (2009-03-22 23:18:00)

Offline

#4 2009-03-23 00:32:55

Daenyth
Forum Fellow
From: Boston, MA
Registered: 2008-02-24
Posts: 1,244

Re: Terminal-sharing utility

ssh+screen -x

Offline

Board footer

Powered by FluxBB