You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 27, 2025. It is now read-only.
Problems have arisen when multiple people SSH into the robot and work on different issues. We need an indicator that informs the user the current number of unique and active SSH sessions.
Notes
This is currently appended to ~/.profile of the robot computer:
Unfortunately, this seems to only echo pts sessions started by Mac computers (tested using 2 Macs, 2 Windows). Additionally, pts does not just include SSH connections but also pseudo-terminal devices such as xterm or screen.
Ideally, we want to echo the current number of unique and active sessions.