macOS에 Teleport 설치
Intel 및 Apple Silicon 모두를 위한 공식 PKG 인스톨러를 사용하여 macOS에 Teleport를 설치하는 방법입니다.
이 가이드에서는 macOS에 Teleport를 설치하는 방법을 설명합니다. Teleport 설치 방법 및 지원 플랫폼에 대한 개요는 설치 를 참조하세요. 운영 체제 지원 # 운영 체제 teleport 데몬 tctl 관리 도구 tsh 및 Teleport Connect 사용자 클라이언트 [1] Web UI (브라우저) tbot 데몬 macOS 12+ (Monterey) yes yes yes yes yes [1] tsh 는 커맨드 라인 클라이언트(CLI)이고 Teleport Connect는 그래픽 사용자 인터페이스(GUI) 데스크톱 클라이언트입니다. 사용법 및 설치에 대해서는 Teleport Connect 사용 을 참조하세요. For best results, Teleport clients (tsh, tctl, tbot) should be the same major version as the cluster they are connecting to. Teleport servers are compatible with clients that are on the same major version or one major version older. Teleport servers do not support clients that are on a newer major version. See our Upgrading guide for more information. Teleport 설치 # Teleport Enterprise (Managed) Teleport Enterprise (Self-Hosted) Teleport Community Edition You can download one of the following .pkg installers for macOS: Link Binaries teleport-ent-(=cloud.version=).pkg teleport tctl tsh tbot fdpass-teleport You can also fetch an installer from the command line: $ curl -O https://cdn.teleport.dev/teleport-ent-(=cloud.version=).pkg # Install on Macintosh HD $ sudo installer -pkg teleport-ent-(=cloud.version=).pkg -target / Password: installer: Package name is teleport-ent-(=cloud.version=) installer: Upgrading at base path / installer: The upgrade was successful. $ which teleport /usr/local/bin/teleport You can download one of the following .pkg installers for macOS: Link Binaries teleport-ent-(=teleport.version=).pkg teleport tctl tsh
