Here is a simple set of steps to access your cloud from the command line and easily add your first Server access.
Step 1/5 Signup
Sign up for a cloud account here.
Step 2/5 Access Web Console
Access Web Console
Select Add Server and press COPY to copy the script command
Step 3/5 Install Teleport Agent on Server
Paste and run script
Teleport Agent Installed
Step 4/5 Access Server
Select close and Server can be accessed
Step 5/5 Access from Command Line
Install client libraries:
curl -O https://get.gravitational.com/teleport-ent-v9.3.7-linux-amd64-bin.tar.gzverify signature
echo "$(curl https://get.gravitational.com/teleport-ent-v9.3.7-linux-amd64-bin.tar.gz.sha256)" | sha256sum --checktar -xzf teleport-ent-v9.3.7-linux-amd64-bin.tar.gzcd teleport-entsudo ./install
Login into Teleport and test the connection:
tsh logs you in and receives short-lived certificates
tsh login --proxy=myinstance.teleport.sh [email protected]tsh lsNode Name Address Labels
--------- ---------- ------
myserver ⟵ Tunnel
tsh ssh [email protected]
Type exit to end this session. Happy Teleporting!
Next Steps
- Explore cloud architecture.
- Check out FAQ.
- Join the Teleport Discussons and ask a question.
- Join the Slack channel.