I can't login to terminal with SSH?

i’m looking for a solution ?

The possibility could be, the SSH might not be enabled on your server.

  1. Check sudo systemctl status ssh is Active or not.
  2. If it’s not active, try installing with the help of these commands

sudo apt update

sudo apt install openssh-server