[Solved] Kali SSH not working

# cp /etc/ssh/sshd_config /etc/ssh/sshd_config.bk
# sed -i -e 's/prohibit-password/yes/g' /etc/ssh/sshd_config
# service ssh restart