无法在AWS EB CLI中设置SSH

Ami*_*ini 5 ssh amazon-web-services amazon-elastic-beanstalk ebcli

当我尝试在Elastic Beanstalk CLI上设置SSH密钥时,我收到了此错误:

ERROR: SSH is not installed. You must install SSH before continuing.
Run Code Online (Sandbox Code Playgroud)

我之前通常不会收到此错误.也许以前,当我安装其他东西时,SSH自动安装,但我现在错过了它.

Ami*_*ini 7

我终于可以通过使用Windows的OpenSSH二进制版本从这里安装SSH来解决它:

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

  • https://chocolatey.org/packages/openssh效果很好。choco安装openssh (2认同)