On 05/24/2010 04:06 PM, Nicholas Marriott wrote:
> tmux uses the SCM_RIGHTS OOB data mechanism to pass a file descriptor,
> socat obviously does not handle this.
> 
> I'm not sure it would even be possible for it to do so.
> 
> The tmux server needs a duplicate of the tty fd so it can update the
> terminal.

Right.  This makes sense.  I have will take another approach then.

> The best way to give people secure terminal access to a host on your
> network is with ssh, which will manage the ptys at both ends for you.

This is how I've done it up til now, but it is very clumsy.  Basically
involves my clients creating a reverse (remote) tunnel that can then be
used to ssh back into the system where they came from.

Thanks.

------------------------------------------------------------------------------

_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to