diff --git a/Teleport/etc/teleport-node.yaml b/Teleport/etc/teleport-node.yaml new file mode 100644 index 0000000..038d676 --- /dev/null +++ b/Teleport/etc/teleport-node.yaml @@ -0,0 +1,27 @@ +teleport: + nodename: example + data_dir: /var/lib/teleport + auth_token: example + auth_servers: + - 10.0.0.4:3025 + log: + output: /var/lib/teleport/teleport.log + severity: ERROR + ca_pin: example +auth_service: + enabled: no +ssh_service: + enabled: yes + labels: + VM: example + IP: 78.47.145.201 + permit_user_env: true + commands: + - name: OS + command: [/bin/uname, -o] + period: 1h0m0s + - name: UP + command: ["/bin/sh", "-c", "uptime -p | cut -c4-"] + period: 1h0m0s +proxy_service: + enabled: no