Port details |
- teleport Centralized access gateway using the SSH protocol
- 4.4.12_5 security
=2 Version of this port present on the latest quarterly branch. DEPRECATED: End of life, users are recommended to use security/teleport5 as an upgrade path
EXPIRATION DATE: 2023-03-31
- Maintainer: kraileth@elderlinux.org
 - Port Added: 2018-04-26 17:32:44
- Last Update: 2023-03-09 19:18:07
- Commit Hash: 0907973
- People watching this port, also watch:: opensmtpd, minio, gogs, dovecot, py39-supervisor
- License: APACHE20
- Description:
- What is Teleport?
=================
Teleport is a gateway for managing access to clusters of *nix servers via
SSH or the Kubernetes API. While it does also support connecting to
servers running traditional OpenSSH, its own node deamon is intended to be
used instead for additional functionality.
With Teleport it is simple to adopt SSH best practices like using
certificate-based access and enabling 2FA via TOTP (e.g. Google
Authenticator), U2F or an SSO provider. Cluster nodes can be accessed via
a CLI (tsh) or a Web UI which both allow for session sharing. Teleport
provides centralized user management as well as full session recordings
that can be played back for knowledge sharing or auditing purposes.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- teleport>0:security/teleport
- To install the port:
- cd /usr/ports/security/teleport/ && make install clean
- To add the package, run one of these commands:
- pkg install security/teleport
- pkg install teleport
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: teleport
- Flavors: there is no flavor information for this port.
- NOT_FOR_ARCHS: i386
- distinfo:
- TIMESTAMP = 1665730213
SHA256 (gravitational-teleport-v4.4.12_GH0.tar.gz) = 097537273bd0579b3b833870cab74ce1da5432357a14c5501db7a2c525fbcb15
SIZE (gravitational-teleport-v4.4.12_GH0.tar.gz) = 37824023
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- zip : archivers/zip
- gmake>=4.3 : devel/gmake
- go120 : lang/go120
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- security_teleport
- USES:
- compiler gmake go
- pkg-message:
- For install:
- ATTENTION! This version of Teleport is very old and likely to contain unfixed
ATTENTION! vulnerabilities. It's only provided to allow for a working upgrade
ATTENTION! path from 4.3. Watch for an upgrade to teleport5 next.
ATTENTION! New installations are STRONGLY discouraged (wait for version 7).
Quick getting started guide:
1. Read through the Quick Start Guide (see below).
2. Start teleport: su -c 'sysrc teleport_enable=YES'
3. If not just setting up a node: su -c 'sysrc teleport_roles=auth,proxy,node'
4. Review and edit /usr/local/etc/teleport.yaml
5. Start teleport: su -c 'service teleport start'
6. Add yourself as a user on the auth server: su -c "tctl users add $USER"
7. Create a password and 2FA code using the URL emitted during
the previous step.
To add a new node to the cluster, on the auth server:
$ tctl nodes add --ttl=5m --roles=node,proxy
See the docs for additional details:
Quick start: https://github.com/gravitational/teleport/blob/branch/4.4/docs/pages/quickstart.mdx
Admin Manual: https://github.com/gravitational/teleport/blob/branch/4.4/docs/pages/admin-guide.mdx
User Manual: https://github.com/gravitational/teleport/blob/branch/4.4/docs/pages/user-manual.mdx
Architecture: https://github.com/gravitational/teleport/blob/branch/4.4/docs/pages/architecture/overview.mdx
FAQ: https://github.com/gravitational/teleport/blob/branch/4.4/docs/pages/faq.mdx
- WWW: https://goteleport.com/teleport
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.4.12_5 09 Mar 2023 19:18:07
    |
Dmitri Goutnik (dmgk)  |
all: Bump PORTREVISION after Go ports update |
4.4.12_4 15 Feb 2023 19:06:01
    |
Dmitri Goutnik (dmgk)  |
all: Bump PORTREVISION after lang/go{119,120} update |
4.4.12_3 09 Feb 2023 21:55:23
    |
Dmitri Goutnik (dmgk)  |
all: Bump PORTREVISION after GO_DEFAULT update. |
4.4.12_2 14 Jan 2023 11:31:17
    |
Dmitri Goutnik (dmgk)  |
all: Bump PORTVERSION after lang/go{118,119} update |
4.4.12_1 02 Jan 2023 08:18:52
    |
Daniel Engberg (diizzy)  |
security/teleport: Deprecate and set expiration date to 2023-03-31
4.x is no longer supported upstream and users are recommended
to upgrade. Work is being done to bring Teleport up to date but for
now we're at 5.x which is still old but supports migration from 4.x.
For more details regarding migration please refer to
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267052
PR: 268604
Reported by: Michael Reim <kraileth@elderlinux.org> |
4.4.12_1 11 Dec 2022 11:17:27
    |
Dmitri Goutnik (dmgk)  |
all: Bump PORTREVISION after lang/go{118,119} update |
4.4.12 06 Nov 2022 10:46:53
    |
Daniel Engberg (diizzy)  Author: Michael Reim |
security/teleport: Update to 4.4.12
Pass maintainership to submitter due to multiple timeouts from current.
Changelog:
https://github.com/gravitational/teleport/releases/tag/v4.4.12
PR: 267052
Approved by: portmgr (maintainer timeout, 3+ weeks) |
4.3.9_6 06 Oct 2022 19:24:26
    |
Dmitri Goutnik (dmgk)  |
all: Bump PORTREVISION after lang/go{118,119} update |
4.3.9_5 08 Sep 2022 16:33:18
    |
Dmitri Goutnik (dmgk)  |
all: Bump PORTREVISION after lang/go{118,119} update |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.3.9_4 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.3.9_4 03 Aug 2022 21:35:13
    |
Dmitri Goutnik (dmgk)  |
all: Bump PORTREVISION after Go update
Bump Go ports PORTREVISION after GO_DEFAULT and lang/go118 update. |
4.3.9_3 14 Jul 2022 12:46:05
    |
Dmitri Goutnik (dmgk)  |
all: Bump PORTREVISION after lang/go{117,118} update |
4.3.9_2 07 Jun 2022 21:56:10
    |
Dmitri Goutnik (dmgk)  |
*/*: Bump port revisons after lang/go{117,118} update |
4.3.9_1 30 Mar 2022 07:01:44
    |
Guangyuan Yang (ygy)  |
*/*: Bump PORTREVISION after lang/go 1.18 update |
4.3.9 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
4.3.9 06 Apr 2021 14:31:13
    |
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
4.3.9 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
4.3.9 08 Jan 2021 14:59:28
  |
dmgk  |
security/teleport: Unbreak with go1.16
Approved by: swills (maintainer) |
4.3.9 27 Dec 2020 00:19:52
  |
swills  |
security/teleport: update to 4.3.9 |
4.3.7 01 Oct 2020 20:55:03
  |
swills  |
security/teleport: update to 4.3.7 |
4.3.6 28 Sep 2020 17:47:39
  |
swills  |
security/teleport: update to 4.3.6 |
4.3.5 14 Aug 2020 16:22:32
  |
swills  |
security/teleport: update to 4.3.5 |
4.3.4 13 Aug 2020 12:39:14
  |
swills  |
security/teleport: update to 4.3.4 |
4.3.2 03 Aug 2020 00:49:06
  |
swills  |
security/teleport: update to 4.3.2
While here, take maintainership since I use this, and also clean up a
bit, remove REINPLACE_CMD |
4.2.11 01 Jul 2020 15:31:49
  |
fernape  |
security/teleport: update to 4.2.11
From ChangeLog: https://github.com/gravitational/teleport/releases/tag/v4.2.11
* Fixed an issue that prevented upload of session archives to NFS volumes.
* Fixed an issue with port forwarding that prevented TCP connections from being
closed correctly.
* Fixed an issue in tsh that would cause connections to the Auth Server to fail
on large clusters. #3872
* Fixed an issue that prevented the use of Write-Only roles with S3 and GCS.
While here:
* Reorder some variables
* Remove GH_TAG_COMMIT
Reported by: portscout |
4.2.10 29 May 2020 06:02:34
  |
fernape  |
security/teleport: update to 4.2.10
From ChangeLog: https://github.com/gravitational/teleport/releases/tag/v4.2.10
* Fixed an issue that caused Teleport environment variables not to be
available in PAM modules. #3725
* Fixed an issue with tsh login <clusterName> not working correctly
with Kubernetes clusters. #3693
Reported by: portscout |
4.2.9 07 May 2020 06:04:19
  |
fernape  |
security/teleport: update to 4.2.9
ChangeLog: https://github.com/gravitational/teleport/releases/tag/v4.2.9
* Fixed an issue where double tsh login would be required to login to a leaf
cluster. #3639
* Fixed an issue that was preventing connection reuse. #3613
* Fixed an issue that could cause tsh ls to return stale results. #3536
Reported by: portscout |
4.2.8 05 May 2020 16:25:55
  |
mikael  |
security/teleport: update to 4.2.8
- update to 4.2.8
- fix build on aarch64
PR: 245670 245940 |
3.2.2 04 May 2020 18:17:38
  |
rene  |
Return seanc's ports to the pool after safekeeping his commit bit. |
3.2.2 14 Aug 2019 12:16:13
  |
mat  |
Convert to UCL & cleanup pkg-message (categories s) |
3.2.2 29 Jun 2019 03:51:14
  |
tobik  |
Convert all Go ports to USES=go
This allows for port testing with lang/go-devel via GO_PORT, setting
up the Go build environment in a single place, and is step one in
simplifying Go ports that often define too complicated do-build
targets themselves.
USES=go gains new arguments 'run' to add lang/go to RUN_DEPENDS and
'no_targets' for ports with composite builds that call 'go' themselves
and do not need the do-build/do-install targets of USES=go.
PR: 238849
Submitted by: dg@syrec.org (also D20745)
Reviewed by: mat, tobik
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D20746 |
3.2.2 25 Apr 2019 18:02:41
  |
seanc  |
Update security/teleport to 3.2.2
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D20042 |
3.1.5 29 Mar 2019 14:34:07
  |
swills  |
security/teleport: update to 3.1.5
PR: 235295
Approved by: maintainer timeout (seanc, >2 months) |
2.7.4 29 Aug 2018 07:56:34
  |
seanc  |
Upgrade security/teleport to 2.7.4.
See the release notes for details.
Approved by: mat (mentor)
Sponsored by: Joyent, Inc.
Differential Revision: https://reviews.freebsd.org/D16939 |
2.6.7 18 Jul 2018 07:02:57
  |
seanc  |
Update security/teleport to 2.6.7
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D16311 |
2.6.6 13 Jul 2018 07:02:17
  |
mat  |
Coalesce all SED calls.
Sponsored by: Absolight |
2.6.6 02 Jul 2018 16:59:13
  |
seanc  |
Optimize teleport build further and reuse the same sed invocation.
Submitted by: mat
Approved by: mat (mentor, implicit)
Pointy hat: seanc |
2.6.6 02 Jul 2018 14:55:48
  |
seanc  |
Optimize teleport build steps by invoking sed(1) and find(1) only once.
Submitted by: mat (mentor)
Approved by: mat (mentor, implicit) |
2.6.6 02 Jul 2018 05:26:24
  |
seanc  |
Upgrade gravitational teleport to 2.6.6.
* 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 |
2.5.7 04 Jun 2018 14:46:41
  |
mat  |
Fix USE_GITHUB usage.
Sponsored by: Absolight |
2.5.7 11 May 2018 20:35:40
  |
seanc  |
Upgrade gravitational teleport to 2.5.7.
Explicitly specify the git sha when building teleport. Restrict builds to amd64.
Reviewed by: swills, mat
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D15311 |
2.5.6 26 Apr 2018 17:32:28
  |
seanc  |
Add new port: security/teleport
Gravitational Teleport ("Teleport") is a modern SSH server for remotely
accessing clusters of FreeBSD or Linux 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.
- 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 (Only the first 15 lines of the commit message are shown above ) |