Search code examples
teleport

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.


Solution

  • 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