How to Enable Password SSH Authentication
MoonQube does not recommend or endorse using Password-based SSH authentication. Use at your own risk or use an [SSH key for authentication](https://support.moonqube.com/article/33-how-do-i-ssh-into-my- qube).
- Connect using SSH or the Console and login to the Qube
- Open the following file in your favorite editor (vim, nano, vi) using sudo or root
/etc/ssh/sshd_config
- Change the line below from
PasswordAuthentication no
to
PasswordAuthentication yes
- After making this change, SSH needs to restart. You can restart it using the below command
sudo service ssh restart