Skip to content

Commit

Permalink
ADB warning on the ssh doc.
Browse files Browse the repository at this point in the history
Some devices do not support ADB. This edit just warns the user next to the * "You can also connect via :doc:`adb <adb>` and use the following command to copy it".

Please input this on the docs.
  • Loading branch information
galaxxyafonso authored and doniks committed Jul 21, 2021
1 parent 8ab37a8 commit 4ad858d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userguide/advanceduse/ssh.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ You need then to transfer your public key to your device. There are multiple way

* Connect the UBports device and the PC with a USB cable. Then copy the file using your file-manager.
* Or, transfer the key via the Internet by e-mailing it to yourself, or uploading it to your own cloud storage, web-server, etc.
* You can also connect via :doc:`adb <adb>` and use the following command to copy it::
* You can also connect via :doc:`adb <adb>` and use the following command to copy it (Some devices cant support ADB, check the devices page to learn more.)::

adb push ~/.ssh/id_rsa.pub /home/phablet/

Expand Down

0 comments on commit 4ad858d

Please sign in to comment.