Hi Everybody,
I started playing with tmate last week and I found it an really interesting tool.
I'm trying now to setup a local server using the available docker image(s) but I'm getting some issue.
after understanding the I need to map the folder with the keys as a docker volume.
So now I'm able to connect to my own server and got remore ssh sessions.
When I connect to such server I get notified that to been able to run a named session I need the websocket server as well.
And here's where I got stuck.
but if I try to run it I got an error that I'm not able to understand
- the tmate server
- the tmate proxy
So my questions are:
- do I need to start two instance of the tmate server docker image, once configured with the proxy/ws and the other "plain"?
- do I need to start a tmate-server + tmate-websocket docker images instread?
- in any case, how do I configure the two services to talk to each other? I image there must me some configuration to let them know their respective ip addresses and port
Many Thanks
Sergio