데스크톱 접근 CLI 참조
Teleport 데스크톱 접근을 위한 CLI 참조 문서입니다.
다음 tctl 명령어는 Teleport Windows Desktop 서비스를 관리하는 데 사용됩니다. To check that you can connect to your Teleport cluster, sign in with tsh login , then verify that you can run tctl commands using your current credentials. For example, run the following command, assigning to the domain name of the Teleport Proxy Service in your cluster and to your Teleport username: $ tsh login --proxy= --user= $ tctl status # Cluster (=teleport.url=) # Version (=teleport.version=) # CA pin (=presets.ca_pin=) If you can connect to the cluster and run the tctl status command, you can use your current credentials to run subsequent tctl commands from your workstation. If you host your own Teleport cluster, you can also run tctl commands on the computer that hosts the Teleport Auth Service for full permissions. Windows Desktop Service를 위한 조인 토큰 생성: $ tctl tokens add -- type =WindowsDesktop 등록된 Windows Desktop Service 목록 조회: $ tctl get windows_desktop_service 등록된 Windows 데스크톱 목록 조회: $ tctl get windows_desktop
