-2

I'm launching a EC2 from AWS on CLI. After I launch I can't ssh to it. When I try, I get the following message where I'm stuck:

Enter passphrase for key 'devenv-key.pem':

following the tutorial: aws tutorial

Using ubuntu 16.04

Vitor Abella
  • 107
  • 6

1 Answers1

1

On this tutorial you use CLI to create your .pem file. At the present moment the CLI is not creating .pem files that work with openSSH (at least on your OS). So create your .pem file on aws website and everything will work!

Vitor Abella
  • 107
  • 6