How to connect to AWS EC2 instance using filezillla?

user2334385 picture user2334385 · Apr 10, 2014 · Viewed 13.9k times · Source

I have AWS EC2 instance. I am using filezilla 3.8.0 but I cannot connect instance, filezilla doesnt accept account type normal and asking password. When I type user name ubunbu and password blank I received following message:

Disconnected: No supported authentication methods available (server sent: publickey)

I inserted pem key and converted ppk key also. My staff can connect but I cant. What is wrong?

Thanks

Answer

Amith Ajith picture Amith Ajith · Jan 12, 2015

It happens in AWS EC2. As EC2 provide Connection through an SFTP need some other methods. Firstly the CONNECTION will be in FTP as default. Need to change to SFTP. Then instead of directly giving host name and password, it must be done in Site manager. Step by step procedure given below:

So the steps for troubleshooting:

  1. Go to Filezilla's Settings
  2. SFTP
  3. Add Key File (Give the ppk converted key file or FZ will convert the pem ket)

Then take File in Filezilla Go to

  1. File
  2. Site Manager
  3. New Site
  4. Give any name (ec2-amazon)
  5. In General, give host name 'Public DNS' (eg: ec2-34-423.ap-southeast...)
  6. Change the Protocol to SFTP
  7. Logon Type: Normal
  8. User : ec2-user or ubuntu - depends
  9. Clear Password
  10. Connect!

Hope you will be connected. Happy Hosting...:)