Client Side
Set up the Teleport client on your local machine to SSH into remote nodes
Install tsh
tshDownload and install the latest tsc client from https://goteleport.com/teleport/download?os=macos
Login to tsh
tshWe 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=githubThis will verify you with GitHub, and log you in.
Login to web
The Teleport web portal is https://dev.chelsea-apps.com
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/
Last updated
Was this helpful?