Search code examples
javaandroidamazon-web-servicesparse-serverbitnami

Please login as the user "bitnami" rather than the user "root"


This Is The Image of My Error It want run my android application on parse server using Bitnami . I create EC2 instance with parse but I'm getting error

Please login as the user "bitnami" rather than the user "root".

While Connecting .pem file in terminal and I create Bitnami account and also connect with aws by using this website https://aws.bitnami.com But still getting that error

Plzz.. Help me


Solution

  • If you are trying to ssh into a server as bitnami user, here is how your ssh command should look like:

    ssh -i ./key.pem bitnami@[server-ip-address]
    

    hope this helps.