AWS Setup EB SSH - gecko-8/devwiki GitHub Wiki

Install SSH

This article assumes you have setup EB Admin credentials as outlined here: Setup EB Admin Credentials

Windows

  1. Download latest install from here: http://www.mls-software.com/opensshd.html
  2. Run the install with default and deselecting the Server option.

Setup EB SSH The First Time

  1. Execute the following command entering the defaults for the options: eb ssh <environment name> --setup --profile <eb admin profile name>

Note: If you get a "ERROR: TypeError - replace() argument 2 must be str, not None" error, just run the command again choosing the keypair you created in the first attempt.

Connect to SSH

eb ssh <environment name> --profile <eb admin profile name>