deb.releases.teleport.dev Open in urlscan Pro
2600:9000:223c:4000:3:9da6:540:93a1  Public Scan

URL: https://deb.releases.teleport.dev/
Submission: On September 15 via manual from JO — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

TELEPORT DEB REPO


1. INSTALL OUR PUBLIC KEY

Fingerprint: 0c5e 8ba5 658e 320d 1b03 1179 c87e d53a 6282 c411

curl https://deb.releases.teleport.dev/teleport-pubkey.asc | sudo apt-key add


2. ADD REPO TO APT, USING ONE OF THE FOLLOWING:

A. MANUALLY

echo 'deb https://deb.releases.teleport.dev/ stable main' | sudo tee /etc/apt/sources.list.d/teleport.list

B. USE ADD-APT-REPOSITORY

add-apt-repository 'deb https://deb.releases.teleport.dev/ stable main'


3. UPDATE APT CACHE

apt update


4. INSTALL TELEPORT

OSS: apt install teleport

Enterprise: apt install teleport-ent

Enterprise FIPS: apt install teleport-ent-fips