Notification in Jolla for Remote Connections invoked
I have developer mode enabled and ssh remote connection is allowed with a password. I want to see a notification on my mobile when a remote connection is made from PC.
Agree it is secure connection through a password set by user but it good to be notified when there is a session running. I don't want to uncheck remote connection everytime
Of course it should be configurable like any other option. It will be good to see it as an option in System Setting > Developer mode. But even an app also should be fine.
Other ideas / suggestions welcome. Maybe a whitelist of certain trusted connections? Eg: My home PC
Please vote to show your interest. Thanks! :)
So basically you'd want to have an icon on the lockscreen when someone's logged in? With a quick test, the shell command "users" returns empty if no ssh logins are active. (fingerterm seems not to count as user here)
What you could do, is to write a wrapper for that so that if (users > 0) it would light up the icon. problem here of course is that polling for the connected users would probably eat a noticeable portion of your battery capacity :)
juiceme ( 2015-02-06 20:55:16 +0200 )editThanks for your thoughts. Will check it out. Discussed this over IRC and @coderus showed interest to develop an app.
anandrkris ( 2015-02-06 21:07:06 +0200 )edit