InfoGrab Docs

데스크톱 접근 구성 참조

Teleport 데스크톱 접근을 위한 구성 참조 문서입니다.

데스크톱 접근과 관련된 teleport.yaml 필드: # 데스크톱 접근을 담당하는 주요 서비스. # # 동일한 또는 다른 Active Directory 도메인에 연결된 여러 Desktop Service # 인스턴스가 클러스터에 있을 수 있습니다(단, 동일한 teleport.yaml에는 불가). <!-- INCLUDE:ENGLISH:docs/pages/includes/config-reference/desktop-config.yaml --> windows_desktop_service: enabled: true # This is the address that windows_desktop_service will listen on. listen_addr: "0.0.0.0:3028" # (optional) This is the address that windows_desktop_service will advertise # to the rest of Teleport for incoming connections. Only proxy_service should # connect to windows_desktop_service, users connect to the proxy's web UI # instead. public_addr: "desktop-access.example.com:3028" # (optional) Determines whether desktop sessions will show a user-selected wallpaper # vs a system-default, single-color wallpaper. For improved visual performance, # set this to false (its default value). show_desktop_wallpaper: false # (optional) ldap contains configuration keys used when connecting Teleport # to an Active Directory domain. ldap: # Address of the LDAP server for secure LDAP connections. # Usually, this address will use port 636, like: ldap.example.com:636. # For best results, this address should point to a highly-available # endpoint rather than a single domain controller. addr: "$LDAP_SERVER_ADDRESS" # locate_server gets a list of available LDAP servers from the AD # domain's SRV records. When enabled, addr is ignored. locate_server: enabled: true # Optional: Site is the logical AD site that loc