Jolla SSH Using Public Key

Information on way to access Jolla phone through ssh using public key is over the Internet. Make it easy for me, we grouped them all here.

First, you need to follow this article, Connecting to a Jolla with a RSA Key File for password-less SSH Access , to copy over the public key to the phone.

After that, update the .ssh folder to 700 permission:

$ chmod 700 /home/hub/.ssh
view raw  203-bash1.txt  hosted with ❤ by GitHub 

Lastly, update the authorized_keys file to 600 permission:

$ chmod 600 /home/hub/.ssh/authorized_keys
view raw  203-bash2.txt  hosted with ❤ by GitHub 

References

Comments