Skip to content

Commit

Permalink
Update ssh.rst
Browse files Browse the repository at this point in the history
Since Focal, we don't use android-gadget-service anymore
  • Loading branch information
lduboeuf authored and doniks committed Aug 1, 2023
1 parent 9c22380 commit 2958bff
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions userguide/advanceduse/ssh.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,7 @@ Let's assume it's stored as ``/home/phablet/id_rsa.pub``. Use the terminal app o
chmod 600 /home/phablet/.ssh/authorized_keys
chown -R phablet:phablet /home/phablet/.ssh

Now start the SSH server. If you are using an Android-based device::

sudo android-gadget-service enable ssh

If you are using a Linux-based device (like the PinePhone)::
Now start the SSH server::

sudo service ssh start

Expand Down

0 comments on commit 2958bff

Please sign in to comment.