You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

54 lines
1.5 KiB

##
## teleport.yaml -- Teleport Server Configuration
##
teleport:
nodename: host.example.com
pid_file: @l_prefix@/var/teleport/run/teleport.pid
auth_token: xxxx-token-xxxx
auth_servers:
- 127.0.0.1:3025
connection_limits:
max_connections: 1000
max_users: 250
log:
output: stderr
severity: INFO
storage:
type: bolt
path: @l_prefix@/var/teleport/data
data_dir: @l_prefix@/var/teleport/data
auth_service:
enabled: "yes"
listen_addr: 127.0.0.1:3025
advertise_ip: 127.0.0.1
oidc_connectors: []
authentication:
type: local
second_factor: off
ssh_service:
enabled: "yes"
listen_addr: 127.0.0.1:3022
labels:
example: example
commands:
- name: hostname
command: [ @cmd_hostname@ ]
period: 1m0s
- name: arch
command: [ @cmd_uname@, -p ]
period: 1h0m0s
- name: os
command: [ @cmd_uname@, -s ]
period: 1h0m0s
proxy_service:
enabled: "yes"
listen_addr: 127.0.0.1:3023
web_listen_addr: 127.0.0.1:3080
tunnel_listen_addr: 127.0.0.1:3024
https_cert_file: @l_prefix@/etc/x509/example-server.crt.pem
https_key_file: @l_prefix@/etc/x509/example-server.key.pem