How do you list nodes on another server using the proxy server? #5562
-
Is there a way to list all the connected nodes on another server? I can list nodes using: tctl --auth-server=myserver.example.com: nodes ls I tried with the proxy using: sudo tctl --auth-server=proxy.myserver.example.com: nodes ls Is there a way to list nodes using the proxy using tctl or some other way maybe with the token? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can use You can issue certificate with https://goteleport.com/teleport/docs/user-manual/#ssh-certificates-for-automation |
Beta Was this translation helpful? Give feedback.
You can use
tctl
as a client to any auth server. However it needs credentials to talk to the target server.tctl --identity=identity.pem --auth-server=target-server.pem
will telltctl
to connect to the target auth server with the right certificate.You can issue certificate with
tctl auth sign
:https://goteleport.com/teleport/docs/user-manual/#ssh-certificates-for-automation