A
A
Arseniy Kulikov2020-06-01 23:09:25
SSH
Arseniy Kulikov, 2020-06-01 23:09:25

Co-development in ubuntu?

Are there services like TeamViewer that allow you to remotely connect to the same ubuntu terminal (no GUI)? That is, there is a remote server that supports an ssh connection and it is necessary that my partner and I can connect to it remotely and both be able to see each other's commands and enter them.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
P
planc, 2020-06-01
@klkvr

in tmux/screen you can share a session between users,
see in google: tmux pair programming
first user:
tmux -S /tmp/shared new -s shared
set either 777 rights to the session file chmod 777 /tmp/sharedor add users to one group or stupidly under 1 account go
second:
tmux -S /tmp/shared attach -t shared

D
Dim Boy, 2020-06-01
@twix007

VNC+SSH

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question