How To Enable The SSH Server on Bitnami WordPress Turnkey

Debiansudo rm -f /etc/ssh/sshd_not_to_be_run sudo systemctl enable ssh sudo systemctl start sshUbuntusudo mv /etc/init/ssh.conf.back /etc/init/ssh.conf sudo start sshSetting the IPsudo ifconfig eth0 192.168.1.234 netmask 255.255.255.0 up Check […]