Enable SSH Server on Debian
sudo systemctl start ssh
sudo systemctl stop ssh
sudo systemctl restart ssh
sudo systemctl status ssh
#PermitRootLogin without-password PermitRootLogin yes
AllowUsers root
Host 192.168.0.100 UserKnownHostsFile /dev/null StrictHostKeyChecking no