Patrick
Patrick

Reputation: 1775

Teleport tsh login error - minimum client version supported by the server is 9.0.0

Getting error while trying to access Teleport via tsh login

error: minimum client version supported by the server is 9.0.0. Please upgrade the client, downgrade the server, or use the
--skip-version-check flag to by-pass this check.

Upgrading version doesn't help as it downloads the files but says no auth to install.

Upvotes: 2

Views: 5062

Answers (2)

Patrick
Patrick

Reputation: 1775

Worked after I cleared the tsh/kube teleport config

cat /dev/null >~/.kube/config  
rm -rf ~/.tsh 
rm -rf ~/.kube/teleport-*

and refreshed the VPN connection

Upvotes: 1

Valien
Valien

Reputation: 1145

Few questions:

  1. What client version are you running? Do a tsh version.
  2. v9 of Teleport is pretty old and getting near EOL (see https://goteleport.com/docs/faq/#supported-versions). So you might want to consider upgrading your cluster itself.

If you're on MacOS or Windows you can install the tsh binary with our installation packages. If you are getting errors it might be a local issue most likely.

Upvotes: 1

Related Questions