SSH SERVER INTERFACE
For Android
pkg install openssh
pkg install nmap
sshd
nmap localhost
whoami
ifconfig
ssh@<username><ip> -p <port number>
For linux machine
sudo apt install openssh
sudo apt install nmap
or
sudo apt-get install openssh
sudo apt-get install nmap
sshd
nmap localhost
whoami
ifconfig
sudo ssh@<username><ip> -p <port number>

