SSH SERVER INTERFACE SHARING
INSTALLING TERMINAL
Android = termux (install from play store)
Windows = command prompt (shift + right mouse button )
Linux = terminal (right mouse button)
open terminal which you want to share the sever (android / pc )
INSTALLATION PACKAGE FOR LINUX
sudo su (for root user)
apt-get update -y
apt-get upgrade
apt-get install openssh -y
apt-get install nmap -y
nmap loaclhost or 127.0.0.1
sshd
nmap loaclhost
whoami
TERMUX INSTALLATION
pkg update -y
pkg upgrade
pkg install openssh -y
pkg install nmap -y
nmap loaclhost or
127.0.0.1
sshd
nmap loaclhost
whoami
passwd (set password)
new passwd (set new password)
Ifconfig wlan0
(Open (terminal / cmd) / any ssh on
device which you want connect the interface)
ssh u0_219@192.168.15.243 –p 8022

