I have a droplet server in DigitalOcean, connecting to the server console platform provide is okay. But I cannot connect by using FileZilla. It shows the below error:
Status: Disconnected from server
Status: Connecting to 142.93.54.97...
Status: Using username "centos".
Error: FATAL ERROR: No supported authentication methods available (server sent: publickey,gssapi-keyex,gssapi-with-mic)
Error: Could not connect to server
Status: Waiting to retry...
Status: Connecting to 142.93.54.97...
Response: fzSftp started, protocol_version=11
Command: open "centos@142.93.54.97" 22
Status: Using username "centos".
Error: FATAL ERROR: No supported authentication methods available (server sent: publickey,gssapi-keyex,gssapi-with-mic)
Error: Could not connect to server
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
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.
Hey @d51253d3020c4e61bed1ca7c7e7649,
You are getting this error as you are trying to connect with a password but it’s not allowed. You can use an SSH key and connect with it.
Check the following on how to achieve that : https://docs.digitalocean.com/products/droplets/how-to/transfer-files/
Hi there,
I believe that you are getting this error as you are not providing the SSH key in your FileZilla connections.
I would recommend following the steps here on how to connect to a Dropler over SFTP with an SSH key:
https://docs.digitalocean.com/products/droplets/how-to/transfer-files/
Let me know how it goes!
Best,
Bobby