Answer the question
In order to leave comments, you need to log in
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
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/shared
or add users to one group or stupidly under 1 account go
second:
tmux -S /tmp/shared attach -t shared
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question