1. Install SSH server and client meta package using the apt command:
    $ sudo apt install ssh
    
  2. Enable and start SSH server daemon:
    $ sudo systemctl enable --now ssh
    
  3. Check SSH server status:
    $ sudo systemctl status ssh
    
  4. Before you attempt to log in you might need to open SSH firewall port 22 optionally allows you to log into the SSH server as the root user.
Was this answer helpful? 0 Users Found This Useful (0 Votes)