Question
1-click Django and SFTP
Hello!
I installed 1-click Django and when I connect to it through SSH - it writes me:
You can use the following SFTP credentials to upload your files (using FileZilla/WinSCP/Rsync):
Host: #my_host#
User: django
Pass: #password#
But, when I connect to it through FileZilla (port 22) - it responds:
Disconnected: No supported authentication methods available (server sent: publickey)
What is it? What I do wrong?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×