Browse Source

improve default config

master
parent
commit
3a5b8d7bb1
  1. 4
      teleport/teleport.yaml

4
teleport/teleport.yaml

@ -2,6 +2,7 @@
## teleport.yaml -- Teleport Server Configuration
##
# for all servers
teleport:
nodename: localhost
pid_file: @l_prefix@/var/teleport/run/teleport.pid
@ -18,6 +19,7 @@ teleport:
type: dir
data_dir: @l_prefix@/var/teleport/data
# for servers with "auth" capability
auth_service:
enabled: "yes"
cluster_name: "example-cluster"
@ -31,6 +33,7 @@ auth_service:
tokens:
- "node:xxxx-token-xxxx"
# for servers with "node" capability
ssh_service:
enabled: "yes"
listen_addr: 127.0.0.1:3022
@ -48,6 +51,7 @@ ssh_service:
command: [ @cmd_uname@, -s ]
period: 1h0m0s
# for servers with "proxy" capability
proxy_service:
enabled: "yes"
listen_addr: 127.0.0.1:3023

Loading…
Cancel
Save