On Fri, Jul 13, 2012, Naresh Kamboju wrote: > My local host machine is not capable of runing fast models, because it has > dual core process with 2GB RAM. due to this reason I am trying run > fastmodel on EC2 machine. > But from the EC2 machine i could not connect license server. > > > $ssh [email protected] > $ubuntu@ip-10-102-23-154:/mnt/android/naresh_kamboju/android$ ssh -L > 8224:localhost:8224 -L 18224:localhost:18224 -N [email protected] > Permission denied (publickey).
The problem here is that when running as ubuntu on ec2-23-20-0-217.compute-1.amazonaws.com you don't have access to your private key which is the only key the licensing server knows about. You could forward it, but that would be relatively insecure for your key. (Also, you need to do the same localhost /etc/hosts trick for the above to work.) > what is the procedure to connect license server from EC2 machine? > would you add EC2 machines publickey to license server.if yes i have to > create and share ssh publickey. There's a special and easier way to use the licensing server in EC2: launch your EC2 instance with the flexlm-slave security group. Alternatively, you can also run Fast Models from the hackbox which is already setup to use this security group and to which you should have access; see https://wiki.linaro.org/Process/Flexlm albeit the instructions aren't fully up-to-date (happy if you refresh them). -- Loïc Minier -- Mailing list: https://launchpad.net/~linaro-flexlm Post to : [email protected] Unsubscribe : https://launchpad.net/~linaro-flexlm More help : https://help.launchpad.net/ListHelp

