Monitor and manage active SSH sessions directly from the top bar. Includes per-session details (user/IP/TTY), connect/disconnect notifications, and safe session termination controls.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
1. Please remove `schemas/gschemas.compiled`. Not needed for 45+ packages. 2. Don't need to use any parameters for `this.getSettings()` since you already have that in `metadata.json`. 3. Remove line 264, 267-268 `extension.js`. 4. Instead of holding signal ids in a property, use `connectObject()` and `disconnectObject()` for easier cleanup. 5. Don't use sync spawn since that can freeze the shell process (line 93 `extension.js`): [GJS Guide: Subprocesses](https://gjs.guide/guides/gio/subprocesses.html#complete-examples) 6. Move line 22 to the `SSHWatchdogIndicator` class. [Extension Anatomy: donations](https://gjs.guide/extensions/overview/anatomy.html#donations) If you need any help with your extension you can ask us on: - [GNOME Extensions Matrix Channel](https://matrix.to/#/#extensions:gnome.org) - IRC Bridge: irc://irc.gimpnet.org/shell-extensions