Skip to content

Teleport appears to already be running on this host #40384

Answered by webvictim
flayy73 asked this question in Q&A
Discussion options

You must be logged in to vote

If you run tctl tokens add --type=node,app on your Teleport auth server, this will give you a new token which is valid for both the SSH and application services.

Take this token and copy it into the auth_token or token_name section of the /etc/teleport.yaml config file on your node/app server, then restart Teleport:

teleport:
  join_params:
    method: token
    token_name: 2UcxhLA9n7KbrHUhZJUGiD9jPN1dT87m
...
ssh_service:
  enabled: yes
...
app_service:
  enabled: yes
...

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@webvictim
Comment options

Answer selected by flayy73
@flayy73
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants