diff --git a/Docker/traefik & teleport/etc/teleport.yaml b/Docker/traefik & teleport/etc/teleport.yaml index 4881c2d..14ad22c 100644 --- a/Docker/traefik & teleport/etc/teleport.yaml +++ b/Docker/traefik & teleport/etc/teleport.yaml @@ -14,8 +14,15 @@ auth_service: listen_addr: 0.0.0.0:3025 public_addr: teleport.example.de:3025 cluster_name: teleport.example.de + authentication: + type: github + second_factor: on + webauthn: + rp_id: tp.unjx.de proxy_listener_mode: multiplex session_recording: "off" + client_idle_timeout: "10m" + client_idle_timeout_message: "10 minutes idle... you have been logged out" web_idle_timeout: 10m ssh_service: enabled: "yes" @@ -57,5 +64,4 @@ app_service: apps: - name: "proxy" description: "Traefik" - public_addr: "proxy.teleport.example.de" uri: "http://localhost:8080"