Getting .pem key to instance on HQueue

   4345   2   0
User Avatar
Member
168 posts
Joined:
Offline
Hi,

Once HQueue runs instance, .pem key is being created. Is there a way to get that key so I could ssh to instance?

Thanks!
Albert
User Avatar
Member
168 posts
Joined:
Offline
got it, just needed to read manual carefully

To ssh to a cloud machine, you need to know the path to your ssh key and the machine’s name.
Amazon uses passwordless ssh keys which are stored in your $HOME/houdiniX.Y/aws directory ( $HOME/Library/Preferences/Houdini/X.Y on the Mac), where X.Y is the Houdini
version. The key is named userid-ssh-key.rsa and corresponds to the instance keypair
name that appears in the Amazon AWS Web Console beside the instance.
You can find the cloud server machine name by looking at the Public DNS field in the Amazon
Web Console.
To ssh in using the key, run ssh -i $HOME/houdiniX.Y/aws/userid-ssh-key.rsa
root@ec2-XXX-XXX-XXX-XXX.compute-1.amazonaws.com.
Albert
User Avatar
Member
639 posts
Joined: July 2005
Offline
Thanks for the note!
  • Quick Links