Hi, I was able to successfully install and run the Bitnami tomcat stack on amazon EC2 instance. The instance seems to be running fine. I followed all the steps in order to connect to the instance from my windows machine using putty
Problem: When I try to login to the instance using bitnami, I get a server has refused our key or Disconnected:No supported authentication methods available(Server sent: publickey)
I have tried regeneration the key pair and converting it to the ppk format using the puttyGen, but I keep getting this error.
Steps followed: Open the port 22 on the security groups in ec2 1. Generate the key pair using the AWS management console 2. Save the key in the .pem format 3. import the file into puttyGen and save as ppk file. No of digits selected as 1024 with SSH2-RSA 4. Use paegent to addKey 5. Put in bitnami in the connection data field as login user 6. Put in the dns address and click open. 7. And I get this error
Please help me resolve this issue. Thanks Varun