Find a file
2016-04-12 11:07:14 -07:00
build.assets update default paths 2016-03-24 12:32:59 -07:00
docs Implemented local command execution 2016-03-31 16:02:39 -07:00
fixtures add TLS client authentication for ETCD 2016-03-16 18:30:00 -07:00
Godeps migrate to trace errors 2016-04-12 11:07:14 -07:00
integration Prepared previous commits for merging into master 2016-04-11 16:32:38 -07:00
lib migrate to trace errors 2016-04-12 11:07:14 -07:00
tool migrate to trace errors 2016-04-12 11:07:14 -07:00
vagrant Updated Virtualbox-based vagrantfile 2016-03-22 14:47:49 -07:00
vendor migrate to trace errors 2016-04-12 11:07:14 -07:00
web Update internal interfaces and expose web handler methods 2016-04-06 10:32:26 -07:00
.gitignore update releases according to comments 2016-03-22 18:22:48 -07:00
constants.go Minor code cleanup 2016-03-15 19:57:02 -07:00
LICENSE Apply apache license to teleport 2015-10-31 11:56:49 -07:00
Makefile PR comments: 2016-04-11 18:07:24 -07:00
mkdocs.yml (docs) fixing mkdocs configuration file 2016-03-25 12:50:28 -04:00
README.md Update README.md 2016-04-02 16:36:01 -07:00
roles.go migrate to trace errors 2016-04-12 11:07:14 -07:00

Gravitational Teleport

Project Links
Teleport Website
Documentation

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.

Installing and Running

Download the latest binary release, unpack the .tar.gz and run sudo make install. This will copy Teleport binaries into /usr/local/bin and the web assets to /usr/local/share/teleport.

Then you can run Teleport as a single-node cluster:

teleport start 

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 accesible 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.

More Information

Contributing

The best way to contribute is to create issues or pull requests right here on Github. You can also reach the Gravitational team through their website

Building

Teleport is written in Go. If you have Golang 1.5 and newer, simply clone this repository and run make. You'll have to create /var/lib/teleport directory and then you can start Teleport as a single-node cluster in development mode: build/teleport start -d

Status

Teleport is not ready to be used in production yet. Teleport is undergoing a comprehensive independent security audit.

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.