Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # ssh to desktop from android through USB
- # plug the phone in to USB then run this on the desktop
- adb reverse tcp:2222 tcp:22
- #Then you can run this on your Android device
- ssh your_username@0.0.0.0 -p 2222
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement