[
https://issues.apache.org/jira/browse/DTACLOUD-191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13251415#comment-13251415
]
Ramesh A commented on DTACLOUD-191:
-----------------------------------
Hi Gugan,
Procedure for launching and accessing an micro image.
1. Create a key pair and download to appropriate location (Say
/home/user/amazon-keys/keys.pem). From Terminal navigate to this location and
change the permission of the file (i.e., chmod 400 keys.pem)
2. From Delatcloud API, Select the appropriate image which supports t1.micro
hwp (EBS backed AMI are the supported for micro hwp)
3. While starting the image, associate above created key and select the
t1.micro hwp
4. Once the Instance is launched and running successfully, from terminal,
navigate to the location where you have stored your key pair (i.e.,
/home/user/amazon-keys/ )
5. Now you can ssh to the Instance using "ssh -i keys.pem
[email protected]"
Note:
====
The user will not be asked for "Enter passphrase for key 'delta.pem': " if the
above procedure is followed.
Terminal O/p:
==========
[rananda@rananda amazon-keys]$ ssh -i keys.pem
[email protected]
The authenticity of host 'ec2-107-22-143-118.compute-1.amazonaws.com
(107.22.143.118)' can't be established.
RSA key fingerprint is 11:c2:4c:39:08:78:04:eb:92:88:b5:1a:97:45:e4:47.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added
'ec2-107-22-143-118.compute-1.amazonaws.com,107.22.143.118' (RSA) to the list
of known hosts.
Last login: Wed Apr 11 08:11:53 2012 from 122.172.12.109
__| __|_ ) Amazon Linux AMI
_| ( / Beta
___|\___|___|
See /etc/image-release-notes for latest release notes. :-)
[ec2-user@ip-10-98-166-238 ~]$
Let us know if this is resolving your concerns.
Thanks,
Ramesh
> Passphrase
> ----------
>
> Key: DTACLOUD-191
> URL: https://issues.apache.org/jira/browse/DTACLOUD-191
> Project: DeltaCloud
> Issue Type: Question
> Environment: fedora15
> Reporter: Rajaguganeswaran K
> Assignee: David Lutterkort
>
> Hai,
> We are trying to run an instance of ec2 through deltalcoud. Hence we launched
> an micro image. After we tried the following in the terminal.
> chmod 400 delta.pem
> ssh -i delta.pem [email protected]
> Enter passphrase for key 'delta.pem':
> Permission denied (publickey).
> How to run and work with the instance?
> Regards,
> Gugan.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira