adb supports RSA key authentication (if configured) which is far stronger than a password: https://android.stackexchange.com/a/219320/218526
– Irfan LatifFeb 26 '20 at 17:51
3
You don't need to "acept all connections". Just make sure to backup the adb authentication keys from your PC once you have accepted them on device. Then nothing can go wrong if you ever need adb access.
– RobertFeb 26 '20 at 18:19
adb
supports RSA key authentication (if configured) which is far stronger than a password: https://android.stackexchange.com/a/219320/218526 – Irfan Latif Feb 26 '20 at 17:51