Last active
June 19, 2018 11:36
-
-
Save jlucktay/9c71eb7e64637337e74973534fe74d31 to your computer and use it in GitHub Desktop.
Teleport YAML
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
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCRtzDqEiRDB1/VYR+r1KXdDVQk4VM9MRhWZODpEUfPchLAvAGzvf8TaI9WfQHpAwlmbQDIYs0J7/5UutpVsrjq3ajIuwJXCfXw5ruirckI3oqyP6S8NulCMJOAzaCnBj0PFjyMlFb7ReeVKARtuDLHPY75yh7H6Taqgegv6YYhBH0dSEIZfuil4xBfiGrc9ooQsqMRWeqZM8HYlsJb5fwW1D9g8sFhU4zRm0wIYwfbbVSKJ66cFeupc+ldFXtPjLGcAK7l9i+gVPK3QtvzrZzjpUf48MWghTDYJt7MePAsf3775rK+3o+X/MkDsl9WOSqHoXLwGbTOCuB0Ve5Dxxzl |
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
# https://gravitational.com/blog/how-to-record-ssh-sessions/ | |
auth_service: | |
# IMPORTANT: this line enables the proxy recording mode: | |
session_recording: "proxy" # can also be "off" and "on" (default) | |
# For better security it’s recommended to enable host checking as well, | |
# this is when the Teleport proxy will verify the identity of the | |
# nodes. Teleport documentation covers how to issue host certificates, | |
# but for simplicity of this tutorial we are disabling strict host | |
# checking here | |
proxy_checks_host_keys: no | |
# turn 2FA off to make the tutorial easier to follow | |
authentication: | |
second_factor: off |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment