Infograb logo
데스크톱 액세스 CLI 참조

다음 tctl 명령은 Teleport Windows Desktop Service를 관리하는 데 사용됩니다.

  • 연결이 가능한지 확인하기 위해 tsh login 으로 로그인한 다음, 현재 자격 증명을 사용하여 tctl 명령어를 실행할 수 있는지 확인하십시오. 예를 들어:
    tsh login --proxy=teleport.example.com --user=email@example.com
    tctl status

    클러스터 teleport.example.com

    버전 17.0.0-dev

    CA 핀 sha256:abdc1245efgh5678abdc1245efgh5678abdc1245efgh5678abdc1245efgh5678

    클러스터에 연결할 수 있고 tctl status 명령어를 실행할 수 있다면, 현재 자격 증명을 사용하여 워크스테이션에서 후속 tctl 명령어를 실행할 수 있습니다.
    자신의 Teleport 클러스터를 호스팅하는 경우, Teleport Auth Service를 호스팅하는 컴퓨터에서 전체 권한으로 tctl 명령어를 실행할 수도 있습니다.

Windows Desktop Service에 대한 조인 토큰 생성:

$ tctl tokens add --type=WindowsDesktop

등록된 Windows Desktop Services 목록:

$ tctl get windows_desktop_service

등록된 Windows 데스크톱 목록:

$ tctl get windows_desktop
Teleport 원문 보기