6

When I try to set up SSH keys on Elastic Beanstalk CLI, I got this error instead:

ERROR: SSH is not installed. You must install SSH before continuing.

I don't usually get this error before. Maybe before, the SSH got installed automatically when I install other things, but I somehow missed it now.

Aminah Nuraini
  • 18,120
  • 8
  • 90
  • 108

1 Answers1

10

I finally can solve it by installing SSH using OpenSSH binary version for Windows from here:

http://www.mls-software.com/opensshd.html

Aminah Nuraini
  • 18,120
  • 8
  • 90
  • 108
  • 3
    https://chocolatey.org/packages/openssh works well. choco install openssh – Dave Mateer Apr 18 '17 at 10:15
  • To use this command, SSH must be installed on your local machine and available from the command line. Private key files must be located in a folder named .ssh under your user directory, and the EC2 instances in your environment must have public IP addresses. – Spiff Jan 04 '18 at 19:44