Install SSH Tool in Termux
NOTE: This article is only for an Educational purpose. Any actions or activities related to the material contained on this Website is solely your responsibility. Misuse of the information in this website can result in criminal charges brought against the persons in question. The Authors and www.androidUNKNOWN.blogspot.com will not be held responsible in the event any criminal charges be brought against any individuals misusing the information in this website to break the law.
Requirements:
- Termux from play store.
- Mobile data / wifi connection.
#To get started, do a few steps:
Step 1: First, install Termux on Playstore.
Step 2: After opening Termux, enter the following command.' apt update && apt upgrade'
Step 3: Next, enter this command to install openssh ' pkg install openssh' . After typing, this command is ready to use SSH in Termux, but some choices of ssh are still stable to open ssh in termux.
Step 4: Type ssh -h. To display the help menu
#The solution for Termux ssh connection was rejected.
If you have not established an SSH connection Open Termux and enter the following commands one by one. I was using an AWS instance via SSH with post Termux.
Note: Check the SSH help section by typing ssh -h in Termux to display the Help menu.
Comments
Post a Comment