A few ideas and two questions
hello people,
I have a few ideas to facilitate the task.
1 When I have an open list of programs on the main screen, I would like to open the top menu.
2 When I hold the power button for a longer time, I would like to have a restart/reboot icon next to the power off. Unless there is a shortcut to reset?
3 In the gallery, as I mark a few photos or all of this, I would like to have an icon for sharing next to the trash. In the file manager also the most.
4 I would like the gallery to have photos from each build that are in the OS updates tab. They are beautiful :)
And I have two questions.
Why is the calculator not scientific?
Can you log in with ssh as a regular user without a password from the phone? It's about developer mode.
Sorry for my english.
Best regards
Sailfish calculator is scientific also, you just have to put it on landscape mode so rotate the screen horizontally.
Sakke ( 2019-07-01 20:47:02 +0200 )edit@Sakke actually, not much, but it's good.
Chris_ ( 2019-07-01 21:42:41 +0200 )edityou can add your public key under .ssh/authorized_keys so next time you do ssh you do not need to use the password. You still need the phone password for devel-su (sudo) commands and you do need to have "remote connection" enabled in settings.
pmelas ( 2019-07-02 11:31:10 +0200 )edit@pmelas You can add your ssh key to the root account, too. In this way you can
Federico ( 2019-07-02 15:35:29 +0200 )editssh root@jolla.ip.address
with public-key and forget about the devel-su password entirely.Two other quick remarks: (1) copying ssh keys is quicker if you use
Federico ( 2019-07-02 15:37:37 +0200 )editssh-copy-id
from your pc. (2) once you set up public key auth, it is a good idea to disable password authentication overall, to improve security. Those autogenerated passwords do not seem military-strength solid.