Extension to enable port forwarding via SSH
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
1. Please move line 269 to the `Indicator.destroy()` class. That way, the same class is responsible to cancel not another one. 2. There is no `this._cancellable` (line 258 `extension.js`). 3. I can approve it like that since it is coming from user's settings (line 135 `extension.js`) but it is preferred to prepare the password string since that can lead to security issues. Wanna fix and send it again?