jtaylor-afs / tech-interview

Ephemeral technical interview solution in-a-box
GNU General Public License v3.0
1 stars 0 forks source link

impement tmux for shared terminal #18

Open jtaylor-afs opened 9 months ago

jtaylor-afs commented 9 months ago

Tmux can be used to share live terminals. Ideally, this solution brings the other user directly into an instance of code-server with terminal already up and connected to a central tmux session for n number of logins.

In limited testing, sudo was needed to start and attach to sessions; hopefully that can be fixed.

jtaylor-afs commented 9 months ago

This would basically replace the current live share mechanism for sharing access. May be or may not be useful - one way or the other should be implemented.