connect to cluster - key not accessible

0

Hello, I have created a cluster following this workshop ([https://catalog.us-east-1.prod.workshops.aws/workshops/21c996a7-8ec9-42a5-9fd6-00949d151bc2/en-US/hpccluster/hpc-connectpcluster]) but unfortunately I can't connect to it. Here the error message:

Warning: Identity file XXX.pem not accessible: No such file or directory. Permission denied (publickey,gssapi-keyex,gssapi-with-mic).
asked 2 years ago338 views
1 Answer
0

Hello,

From the error message, it looks like either your pluster ssh or pcluster dcv-connect command is unable to find the .pem identity file that you have created as part of the Create a SSH key section.

If the .pem file is in a different location, you can provide the full path of the .pem with the -i flag as shown below.

pcluster ssh --cluster-name cfd -i /path/to/KEY_NAME.pem

(OR)

pcluster dcv-connect --cluster-name cfd --key-path /path/to/KEY_NAME.pem --show-url

If you are still facing issues after making sure that the file is present, you can open a issue on aws/aws-parallelcluster github project with detailed steps to reproduce or open a support case for further investigation.

profile pictureAWS
SUPPORT ENGINEER
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions