Software:Teleport (open-source software)

From HandWiki
Short description: Open-source software
Teleport
Repositoryhttps://github.com/gravitational/teleport
Written inGo
LicenseApache-2.0

Teleport is an open-source tool for providing zero trust access to servers and cloud applications using SSH, Kubernetes and HTTPS.[1][2] It can eliminate the need for VPNs by providing a single gateway to access computing infrastructure via SSH, Kubernetes clusters, and cloud applications via a built-in proxy.[3]

Teleport started as an open source library used by the Gravity project to enable secure software deployments into restricted and regulated environments. Teleport was open sourced as a standalone tool by Gravitational Inc. in 2016.[4] It is currently deployed in production by Samsung, NASDAQ, IBM, Ticketmaster, Epic Games and others.[5][6] It has been publicly audited by technology security companies like Cure 53[7] and Doyensec.[8][9]

Alternatives to Teleport include a bastion host and strongDM.[10]

History

Teleport was built by Gravitational Inc, a company that specializes in Kubernetes-based application deployment and compliance. The security gateway protocol that became Teleport originated within a remote application management platform also built by Gravitational, called Gravity. Gravitational was a member of the 2015 Y Combinator cohort,[11] and Teleport was originally released in June 2016.[12]

Teleport 3.0 was released in October 2018 and introduced Kubernetes integration.[13] Version 4.0 was released in 2019 and included support for IoT infrastructure and products.[14]

The open-source version of Teleport is known as Teleport Community and is available for download on GitHub. Gravitational Inc also offers a commercial version of Teleport (Teleport Enterprise) that includes features like role-based access control (RBAC).[15]

Features

Teleport provides the following features, as detailed on GitHub:[1]

Access Proxy

Teleport proxy provides SSH and HTTPs access to servers, applications, and Kubernetes clusters across multiple data centers, cloud providers, and edge devices. Teleport proxy is identity-aware, i.e. it only allows certificate-based authentication by integrating with an identity manager such as GitHub, Google Apps, Okta or Active Directory, and others.

Audit Log

Teleport collects system events across all servers it is installed on and stores them in an audit log for compliance purposes. Auditable events include authentication attempts, file transfers, network connections, and file system changes made during an SSH session. The audit log can be stored on an encrypted file system, in Amazon DynamoDB and other cloud data stores.

Session Recording

Teleport records interactive user sessions for SSH and Kubernetes protocols and stores them in the audit log. Stored sessions can be replayed via a built-in session player.

IoT Access

Servers running Teleport can be accessed by clients regardless of their physical location, even when they are using a cellular connection.

Dynamic Authorization

Teleport users can request a one-time elevation of permissions to complete a privileged task. Such requests can be approved or denied via chat ops tools such as Slack, Mattermost, or a custom workflow, implemented via Teleport API.

Web UI

Teleport Proxy offers a web-based client for configuration, accessing servers via SSH and Kubernetes and for accessing the audit log.

Teleport requires at least 1GB of virtual memory to be built and compiled.

Architecture

Teleport is written in Go programming language, and runs on UNIX-compatible operating systems, including Linux, macOS, and several BSD variants.[16] Teleport consists of two executables: tsh (command line client) and teleport (server daemon).

The teleport server daemon can run in the following modes:[17]

  • Node. In this mode, the daemon is providing SSH and Kubernetes access to the server it is running on.
  • Proxy. In this mode, the daemon is acting as an identity-aware proxy for all protocols supported by Teleport. Currently, this includes SSH, HTTPS, and Kubernetes API.
  • Auth Server. In this mode, the daemon is acting as a certificate authority that all other daemons must authenticate with. The auth server is issuing certificates for users and for servers and stores the audit log.

References

  1. 1.0 1.1 gravitational/teleport, Gravitational, 2020-04-02, https://github.com/gravitational/teleport, retrieved 2020-04-04 
  2. "Teleport Reviews and Pricing - 2020". https://www.capterra.com/p/185545/Teleport/. 
  3. "Gravitational Draws Kubernetes Into Its Secure Credential Sphere". https://www.sdxcentral.com/articles/news/gravitational-draws-kubernetes-into-its-secure-credential-sphere/2018/10/. 
  4. "Teleport 1.0 Released" (in en). https://gravitational.com/blog/teleport_released/. 
  5. Stewart, Ashley. "This ex-Rackspace director's startup Gravitational just raised $25 million to 'liberate' customers from Amazon Web Services and Microsoft". https://www.businessinsider.com/gravitational-funding-kleiner-perkins-kubernetes-2019-11. 
  6. Gravitational (2019-04-03). "Gravitational Has Record Year with Doubled Revenue and Tripled Enterprise Customers". http://www.globenewswire.com/news-release/2019/04/03/1796244/0/en/Gravitational-Has-Record-Year-with-Doubled-Revenue-and-Tripled-Enterprise-Customers.html. 
  7. "Pentest-Report Teleport 2.6.0 05.2018". https://cure53.de/pentest-report_teleport_2.pdf. 
  8. "Doyensec Gravitational Teleport Report Q22019 with retesting". https://doyensec.com/resources/Doyensec_Gravitational_Teleport_Report_Q22019_WithRetesting.pdf. 
  9. "Doyensec Gravitational Gravity Report Q22019 with retesting". https://doyensec.com/resources/Doyensec_Gravitational_Gravity_Report_Q22019_WithRetesting.pdf. 
  10. "Alternatives to Teleport | strongDM" (in en-US). 2019-07-10. https://www.strongdm.com/blog/alternatives-to-gravitational-teleport. 
  11. "Gravitational nabs $25M Series A to ease cloud deployment with Kubernetes" (in en-US). https://social.techcrunch.com/2019/11/20/gravitational-nabs-25m-series-a-to-ease-cloud-deployment-with-kubernetes/. 
  12. "Show HN: Teleport – SSH for Clusters and Teams | Hacker News". https://news.ycombinator.com/item?id=11355976. 
  13. "Teleport 3.0 provides ITOps with method for managing privileged access to their infrastructure" (in en-US). 2018-10-02. https://www.itopstimes.com/itops/teleport-3-0-provides-itops-with-method-for-managing-privileged-access-to-their-infrastructure/. 
  14. Inc, Tamas Cser Digital Smart Technologies. "Gravitational Updates Its Open Source Management To Deliver IoT-Centric Security". https://www.idevnews.com/stories/7282/Gravitational-Updates-Its-Open-Source-Management-To-Deliver-IoT-Centric-Security. 
  15. "Gravitational Teleport Alternatives - strongDM and other options" (in en-US). 2019-07-10. https://www.strongdm.com/alternatives-to-gravitational-teleport/. 
  16. "Package teleport" (in en). https://godoc.org/github.com/gravitational/teleport. 
  17. "CHANGELOG.md - gravitational/teleport - Sourcegraph". https://sourcegraph.com/github.com/gravitational/teleport@d346f2b124bbf689c0483aeee0295f2228b4ddc4/-/blob/CHANGELOG.md.