teleport/docs/4.1
2020-08-26 13:56:17 -07:00
..
architecture Teleport 4.3 Docs (#3423) 2020-06-17 17:09:41 -07:00
draw.io Teleport 4.3 Docs (#3423) 2020-06-17 17:09:41 -07:00
enterprise http -> https in docs and fix some formatting (#3970) 2020-07-02 14:39:29 -03:00
img Update gsuite instructions for service account (#3498) 2020-03-30 08:32:27 -07:00
admin-guide.md Fix all connector references in docs (#3977) 2020-07-02 13:39:03 -07:00
aws_ent_guide.md 4.1 Docs - Backup and Restore. [Merge when 4.1 is public] (#2956) 2019-10-01 15:09:09 -07:00
aws_oss_guide.md Add AMI builds to Drone (#4144) 2020-08-10 09:51:26 -03:00
cli-docs.md Fix all connector references in docs (#3977) 2020-07-02 13:39:03 -07:00
faq.md Teleport 4.3 Docs (#3423) 2020-06-17 17:09:41 -07:00
index.md Updated mkdocs base image used in Docs (#3314) 2020-02-04 15:58:15 -08:00
installation.md Teleport 4.3 Docs (#3423) 2020-06-17 17:09:41 -07:00
kubernetes_ssh.md Teleport 4.3 Docs (#3423) 2020-06-17 17:09:41 -07:00
milv.config.yaml Fix all internal/external links in 4.1 docs (#3140) 2019-11-12 13:52:47 -08:00
oidc.md Fix all internal/external links in 4.1 docs (#3140) 2019-11-12 13:52:47 -08:00
quickstart.md Teleport 4.3 Docs (#3423) 2020-06-17 17:09:41 -07:00
quickstart__archive.md Polish and internal review from recent Doc updates (#3099) 2019-10-24 10:38:01 -07:00
README.md Teleport 4.3 Docs (#3423) 2020-06-17 17:09:41 -07:00
ssh_adfs.md Fix windowsaccountname claim format in ADFS examples [docs] (#4260) 2020-08-26 13:56:17 -07:00
ssh_gsuite.md Various Docs hot fixes (#4000) 2020-07-08 16:21:11 -07:00
ssh_okta.md Fix all internal/external links in 4.1 docs (#3140) 2019-11-12 13:52:47 -08:00
ssh_one_login.md Fix all internal/external links in 4.1 docs (#3140) 2019-11-12 13:52:47 -08:00
trustedclusters.md Rename references 2020-06-25 10:38:49 -03:00
user-manual.md Adds detail that joining sessions is not supported in recording proxy mode (#3915) 2020-06-26 15:55:52 -03:00

Overview

Introduction

Gravitational Teleport ("Teleport") is a tool for remotely accessing isolated clusters of Linux servers via SSH or HTTPS. Unlike traditional key-based access, Teleport enables teams to easily adopt the following practices:

  • Avoid key distribution and trust on first use issues by using auto-expiring keys signed by a cluster certificate authority (CA).
  • Enforce 2nd factor authentication.
  • Connect to clusters located behind firewalls without direct Internet access via SSH bastions.
  • Record and replay SSH sessions for knowledge sharing and auditing purposes.
  • Collaboratively troubleshoot issues through session sharing.
  • Discover online servers and Docker containers within a cluster with dynamic node labels.

Teleport is built on top of the high-quality Golang SSH implementation and it is fully compatible with OpenSSH.

Why Build Teleport?

Mature tech companies with significant infrastructure footprints tend to implement most of these patterns internally. Teleport allows smaller companies without significant in-house SSH expertise to easily adopt them, as well. Teleport comes with an accessible Web UI and a very permissive Apache 2.0 license to facilitate adoption and use.

Being a complete standalone tool, Teleport can be used as a software library enabling trust management in complex multi-cluster, multi-region scenarios across many teams within multiple organizations.

Who Built Teleport?

Teleport was created by Gravitational Inc. We have built Teleport by borrowing from our previous experiences at Rackspace. It has been extracted from Gravity, our system for helping our clients to deploy and remotely manage their SaaS applications on many cloud regions or even on-premise.

Resources

To get started with Teleport we recommend starting with the Architecture Document. Then if you want to jump right in and play with Teleport, you can read the Quick Start. For a deeper understanding of how everything works and recommended production setup, please review the Admin Manual to setup Teleport and the User Manual for daily usage. There is also an FAQ where we'll be collecting common questions. Finally, you can always type tsh, tctl or teleport in terminal after Teleport has been installed to review those reference guides.

The best way to ask questions or file issues regarding Teleport is by creating a Github issue or pull request. Otherwise, you can reach us through the contact form or chat on our website.