Comments on How to Install a Teleport Cluster on Debian 11

Teleport is an open-source that can be used as an access plane for your global infrastructure. It provides zero-trust access to various services such as servers, Kubernetes clusters, database servers, DevOps applications like AWS Management Console, CI/CD, version control, and desktops.

3 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: Vuk

This part is not working. ID parameter not set

echo "deb [signed-by=/usr/share/keyrings/teleport-archive-keyring.asc] https://apt.releases.teleport.dev/${ID?} ${VERSION_CODENAME?} stable/v11" | \sudo tee /etc/apt/sources.list.d/teleport.list > /dev/null

By: arvid larsan

it's working - You just forgot to run "source /etc/os-release" before adding repository.

By: Kees

Nice guide, are you able to extend it with WebGui apps running on different machines on the same network?