Last active
January 22, 2022 04:42
-
-
Save kudaliar032/bd13b687bb1b258be81d3cb43ed3597e to your computer and use it in GitHub Desktop.
Server Access with Teleport
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
teleport: | |
nodename: "ip-172-31-20-176" | |
auth_token: "9bc3f13428d8d438f2928f16f5f367ee" | |
ca_pin: "sha256:080ccaf918422865de8e72cc462823e565892355650e9e8e89bcf88abd2962ff" | |
auth_servers: | |
- "172.31.1.103:3025" | |
ssh_service: | |
enabled: true | |
labels: | |
env: example | |
commands: | |
- name: hostname | |
command: [hostname] | |
period: 1m0s | |
auth_service: | |
enabled: false | |
proxy_service: | |
enabled: false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment