directory
0.2.0-beta.7
Repository: https://github.com/dspasibenko/teleport.git
Documentation: pkg.go.dev

# Packages

Package auth implements certificate signing authority and access control server Authority server is composed of several parts: * Authority server itself that implements signing and acl logic * HTTP server wrapper for authority server * HTTP client wrapper .
Copyright 2015 Gravitational, Inc.
No description provided by the author
No description provided by the author
Package defaults contains default constants set in various parts of teleport codebase.
Package events currently implements the audit log using a simple filesystem backend.
Package httplib implements common utility functions for writing classic HTTP handlers.
Package limiter implements connection and rate limiters for teleport.
Package reversetunnel sets up persistent reverse tunnel between remote site and teleport proxy, when site agents dial to teleport proxy's socket and teleport proxy can connect to any server through this tunnel.
Copyright 2015 Gravitational, Inc.
Package services implements API services exposed by Teleport: * presence service that takes care of heratbeats * web service that takes care of web logins * ca service - certificate authorities.
Package session is used for bookeeping of SSH interactive sessions that happen in realtime across the teleport cluster.
Package srv implements SSH server that supports multiplexing tunneling, SSH connections proxying and only supports Key based auth.
Copyright 2015 Gravitational, Inc.
No description provided by the author
Copyright 2015 Gravitational, Inc.
Package web implements web proxy handler that provides web interface to view and connect to teleport nodes.