
sshNetstat = getoutput("netstat -t | grep :ssh.*ESTABLISHED").split("\n")
try:
if not "ESTABLISHED" in sshNetstat[0]:
sshNetstat = []
except:
pass
| The Following User Says Thank You to rasmarc For This Useful Post: | ||
netstat -t | grep -c :ssh[[:space:]]*[0-9].*ESTABLISHED
netstat -t | grep -cE :ssh[[:space:]]*E{0}.*ESTABLISHED

| The Following User Says Thank You to rasmarc For This Useful Post: | ||

| The Following User Says Thank You to xaftessest For This Useful Post: | ||

| The Following User Says Thank You to rasmarc For This Useful Post: | ||
pidof sshd
[wifipm] wifiPMOffSec = 2 seconds toggleWifiPM = True wifiPMOnSec = 4 seconds keepWifiPMOff = True [options] wifiPMIcon = True showConnected = True stopWhenIdle = True showRestartButton = True skipSystemCheck = False stopTracking = True trackingEnabled = True showSettingsButton = True configShowWifiHint = False stopAfterMinutes = 5 minutes showAllConnections = True connectedIcon = Symbol configReverseOrder = False confirmDisconnect = True
| The Following User Says Thank You to nonsuch For This Useful Post: | ||
skipSystemCheck = True trackingEnabled = False
sudo dsmetool -k /usr/bin/hildon-status-menu sudo dsmetool -t /usr/bin/hildon-status-menu
| The Following User Says Thank You to nonsuch For This Useful Post: | ||
/etc/event.d/sshd

