Quantcast
Channel: BitNami Answers - latest questions
Viewing all articles
Browse latest Browse all 2052

Authentication with private key on EC2 and maven's jboss-as:deploy

$
0
0

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?


Viewing all articles
Browse latest Browse all 2052

Trending Articles