Skip to content

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).

  1. Connect using SSH or the Console and login to the Qube
  2. Open the following file in your favorite editor (vim, nano, vi) using sudo or root

/etc/ssh/sshd_config

  1. Change the line below from

PasswordAuthentication no

to

PasswordAuthentication yes

  1. After making this change, SSH needs to restart. You can restart it using the below command

sudo service ssh restart