How do I determine my Teleport version? #8163
Answered
by
deusxanima
WilliamLoy
asked this question in
Q&A
-
Can someone please tell me how to determine what version of Teleport I am running? |
Beta Was this translation helpful? Give feedback.
Answered by
deusxanima
Sep 7, 2021
Replies: 1 comment 2 replies
-
There are a couple of ways.
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
travelton
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are a couple of ways.
teleport version
and it will tell you the binary version.tsh
, you can runtctl get <node|proxy|auth> | egrep -i 'hostname: |version' | grep -vi 'v2'
to get the list of all nodes/auth/proxy servers with the full binary version