이 레퍼런스는 클러스터에 인증하고, 인프라를 탐색하며, 리소스에 연결하기 위해 Teleport의 tsh 도구를 사용하는 방법을 설명합니다.
SSO, 세션 녹화 요약, 적시 접근 요청 등 Teleport Enterprise 기능을 무료로 사용해 볼 수 있습니다. 결제 정보가 필요하지 않습니다. 이 가이드는 Teleport 클라이언트 도구 tsh 를 사용하여 클러스터의 인프라 리소스에 연결하는 방법을 보여줍니다. 다음 내용을 학습합니다: Teleport에 연결된 리소스를 나열, 접근, 상호작용하기. 동료와 인터랙티브 셸 세션을 공유하거나 다른 사람의 세션에 참여하기. 녹화된 인터랙티브 세션을 나열하고 재생하기. 이 문서 외에도, 터미널에 tsh 를 입력하면 CLI 레퍼런스를 확인할 수 있으며, 문서에서 tsh CLI 레퍼런스 를 탐색할 수 있습니다. tsh 를 사용하여 액세스 요청을 관리할 수도 있습니다. 지침은 액세스 요청 을 참조하세요. tsh 설치 # 아래 지침에 따라 tsh 바이너리를 설치하세요. 설치할 tsh 버전을 결정하세요. Teleport 클러스터에서 사용하는 버전과 동일한 메이저 버전을 설치하는 것을 권장합니다. 다음 방법 중 하나를 사용하세요: Web UI에서 오른쪽 상단의 사용자 이름을 선택한 후 도움말 및 지원 을 클릭하세요. 클러스터 정보 아래에서 Teleport 클러스터 버전을 확인할 수 있습니다. curl 과 jq 를 사용하세요. teleport.example.com 을 프록시 서비스 주소로 교체하세요(예: Teleport Enterprise Cloud의 경우 mytenant.teleport.sh ): $ curl https://teleport.example.com/webapi/find | jq '.server_version' "(=teleport.version=)" tsh 가 포함된 패키지를 설치하세요: Mac Download the signed macOS .pkg installer for Teleport, which includes `tsh`. In Finder double-click the `pkg` file to begin installation: ```code $ curl -O https://cdn.teleport.dev/teleport-(=teleport.version=).pkg ``` Warning Using Homebrew to install Teleport is not supported. The Teleport package in Homebrew is not maintained by Teleport and we can't guarantee its reliability or security. Windows - Powershell ```code $ curl.exe -O https://cdn.teleport.dev/teleport-v(=teleport.version=)-windows-amd64-bin.zip # Unzip the archive and move tsh.exe to your %PATH% # NOTE: Do not place tsh.exe in the System32 directory, as this can cause issues