* See upstream's changelog for details https://github.com/gravitational/teleport/blob/master/CHANGELOG.md * Explicitly specify the git sha when building teleport. * Restrict builds to amd64. * Work around daemon(8)'s lack of syslog functionality in 10-STABLE. Submitted by: swills Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D15311
18 lines
997 B
Text
18 lines
997 B
Text
What is Teleport?
|
|
=================
|
|
Gravitational Teleport ("Teleport") is a modern SSH server for remotely
|
|
accessing clusters of servers via SSH or HTTPS. It is intended to be used
|
|
instead of sshd. Teleport enables teams to easily adopt the best SSH practices
|
|
like:
|
|
|
|
Integrated SSH credentials with your organization Google Apps identities or
|
|
other OAuth identitiy providers. No need to distribute keys: Teleport uses
|
|
certificate-based access with automatic expiration time. Enforcement of 2nd
|
|
factor authentication. Cluster introspection: every Teleport node becomes a part
|
|
of a cluster and is visible on the Web UI. Record and replay SSH sessions for
|
|
knowledge sharing and auditing purposes. Collaboratively troubleshoot issues
|
|
through session sharing. Connect to clusters located behind firewalls without
|
|
direct Internet access via SSH bastions. Teleport is built on top of the
|
|
high-quality Golang SSH implementation and it is compatible with OpenSSH.
|
|
|
|
WWW: http://gravitational.com/teleport/
|