bitnami: enable SSH on Apps

 

https://docs.bitnami.com/virtual-machine/faq/get-started/enable-ssh/

 

 

Debian

sudo rm -f /etc/ssh/sshd_not_to_be_run
sudo systemctl enable ssh
sudo systemctl start ssh

 

Ubuntu

sudo mv /etc/init/ssh.conf.back /etc/init/ssh.conf
sudo start ssh

 

 

 

Leave a Reply

Your email address will not be published. Required fields are marked *