The Following 15 Users Say Thank You to rasmarc For This Useful Post: | ||
|
2015-04-29
, 04:48
|
Posts: 65 |
Thanked: 113 times |
Joined on Mar 2011
@ Austria
|
#3
|
The Following User Says Thank You to scy For This Useful Post: | ||
|
2015-04-29
, 05:43
|
|
Posts: 1,974 |
Thanked: 1,834 times |
Joined on Mar 2013
@ india
|
#4
|
Thanks for this - I was looking for such a tool for some time now.
Here ist the first feedback: When I click on the widget to stop the server, it notifies me "Could NOT stop OpenSSH server!".
However, the widget then shows "off".
I tried to manually kill sshd. The sshd process gets restarted instantly.
How to solve this? And what also interests me: what is the command line instruction to count all ssh connections?
The Following User Says Thank You to nokiabot For This Useful Post: | ||
|
2015-04-30
, 08:08
|
Posts: 136 |
Thanked: 263 times |
Joined on Nov 2012
@ Germany
|
#5
|
When I click on the widget to stop the server, it notifies me "Could NOT stop OpenSSH server!".
However, the widget then shows "off".
I tried to manually kill sshd. The sshd process gets restarted instantly.
How to solve this? And what also interests me: what is the command line instruction to count all ssh connections?
#start on stopped rcS #respawn
And what also interests me: what is the command line instruction to count all ssh connections?
ps aux | grep sshd: | grep -c @
|
2015-04-30
, 14:34
|
Posts: 65 |
Thanked: 113 times |
Joined on Mar 2011
@ Austria
|
#7
|
The Following User Says Thank You to scy For This Useful Post: | ||
|
2015-04-30
, 20:04
|
Posts: 136 |
Thanked: 263 times |
Joined on Nov 2012
@ Germany
|
#8
|
If the sshd gets started from the command line, the widget show as status "off". It then also does not show the number of ssh connections.
|
2015-05-07
, 13:46
|
Posts: 136 |
Thanked: 263 times |
Joined on Nov 2012
@ Germany
|
#9
|
|
2015-05-07
, 14:29
|
Posts: 176 |
Thanked: 468 times |
Joined on Jan 2010
@ NL
|
#10
|
The Following User Says Thank You to ThomasAH For This Useful Post: | ||
Widget options:
- Enable tracking of server status
- Stop tracking when server is off
- Show status 'connected' in status area
- Show dialog on long tap
- Show wifi power management button
OpenSSH options:When not enabled, just switch the server daemon on/off and call up the number of connections manually by long pressing the button.
Recommended for minimizing power consumption
When one or more server connections are active the status area icon will show an additional symbol or alternatively change its color
Shows a configurable dialog instead of disconnecting instantly
- Run server at system startup
- Stop server when not connected for xx minutes
Wifi pm options:Switch autostart on/off
Stop server automatically when not needed
Avoid input lags caused by wifi power management. This feature handles server connections and client connections.
Because keeping off power management drains the battery quite a lot there's an experimental toggle mode which allows to toggle power management every few seconds in order to find a balance between power consumption and appearing input lags.
The attached image shows the button when
A short tap on the main button starts the server and stops it without closing active connections.
A long tap on the main button either shows a configurable dialog or disconnects and stops the server instantly. When tracking is disabled the number of connections can be called up additionally.
A short tap on the wifi pm button keeps wifi pm off for 30 seconds. This solves login problems caused by wifi pm.
A long tap on the wifi pm button opens wifi pm settings.
Settings can be accessed from the dialog window or by opening "OSW Options" in the application menu, category desktop.
OpenSSH Status Widget can be found in Extras-testing and Extras-devel.
Download of the latest deb file is available from the package website.
Last edited by rasmarc; 2017-01-31 at 21:40. Reason: New screenshots