Install SSH & terminal
Generate SSH public key using ssh-keygen command (no user name or phrase)
get the public key and add it to SSH & terminal
make sure port 22 is added under network else it will be disabled
check log make sure its successfully listening to port 22
ssh root@192.168.1.125 (where this is the IP)
Install SSH & terminal Generate SSH public key using ssh-keygen command (no user name or phrase) get the public key and add it to SSH & terminal make sure port 22 is added under network else it will be disabled check log make sure its successfully listening to port 22 ssh root@192.168.1.125 (where this is the IP)