Client Side

Set up the Teleport client on your local machine to SSH into remote nodes

Install tsh

Download and install the latest tsc client from https://goteleport.com/teleport/download?os=macosarrow-up-right

Login to tsh

We now use GitHub SSO for authentication. You must be added to the "Backend" team in GitHub to log in. When you first log in, you must authorise Teleport to access your GitHub account.

Run

# Replace --user with your user name
tsh login --proxy=dev.chelsea-apps.com:443 --auth=github

This will verify you with GitHub, and log you in.

Login to web

The Teleport web portal is https://dev.chelsea-apps.comarrow-up-right

From here, click "Login with GitHub" to log in to your account

SSH into node

To see a list of all nodes, run

To SSH into one of those nodes, run

AWS Access

https://goteleport.com/docs/application-access/guides/aws-console/arrow-up-right

Last updated

Was this helpful?