That's cool. How does it differ from tmate.io though?
Teleconsole: Share Your Unix Terminal
11–20 of 22 posts
Re: Teleconsole: Share Your Unix Terminal
#12Very cool but I just prefer to attach to a tmux session
Wouldn't this require you to setup your own SSH session? Or does tmux have remote sessions built-in? Edit: I just realized you can join a session through the browser, meaning the opposite party wouldn't need teleconsole / tmux / screen installed. And you can even port forward for web development which is really nice. Not trying to attack tmux. I'm just trying to find the benefits of this.
Re: Teleconsole: Share Your Unix Terminal
#13That's cool. How does it differ from tmate.io though?
Re: Teleconsole: Share Your Unix Terminal
#14That's cool. How does it differ from tmate.io though?
Re: Teleconsole: Share Your Unix Terminal
#15screen -x?
I was thinking `tmux attach`, but...yeah?
You have to trust the proxy though.
Re: Teleconsole: Share Your Unix Terminal
#16Re: Teleconsole: Share Your Unix Terminal
#17Does the user have to trust the service provider, and can the service provider conceivably distribute malware or take control of the user's machine through this tool?
Re: Teleconsole: Share Your Unix Terminal
#18Re: Teleconsole: Share Your Unix Terminal
#19So how does this work behind the scenes? Does the user have to trust the service provider, and can the service provider conceivably distribute malware or take control of the user's machine through this tool?
Re: Teleconsole: Share Your Unix Terminal
#20So how does this work behind the scenes? Does the user have to trust the service provider, and can the service provider conceivably distribute malware or take control of the user's machine through this tool?
Cool question actually. We don’t terminate SSH, the server is used to distribute trust, so while technically possible that this could change, or there is some attack vector we did not think of, the implementation is careful to avoid that.