Share terminal / console with another person


/ Published in: Bash
Save to your folder(s)

Useful to remotely assist another person.
1. Connect to his computer using ssh
2. Execute first command listed below
3. The other person must open a terminal and execute the second command
4. Both are connected to the same terminal "screen"


Copy this code and paste it in your HTML
  1. screen (first person)
  2. screen -x (second person)

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.