Hi, I'm trying to deploy to one of your JBoss images on an EC2 instance. I'm using maven, therefore:
mvn clean package jboss-as:deploy -Ddeploy.hostname=<my amazon public host name here>
It runs fine, but then, as expected, requests username, which I have (bitnami), but no password obviously, due to the public/private key pair authentication method.
Is there a way I can point to the key file in maven?