Skip to content

AWS Setup EB SSH

Jason Lewis edited this page May 4, 2020 · 1 revision

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>

Clone this wiki locally