Skip to content

VPN: 2. Access: Databases: Postgres: pgAdmin access: install tsh

how to install teleport tsh? Its recommend installing tsh of the same major version as the version used in Teleport cluster. we can check that using this command:

curl https://tp.aholadigital.com/webapi/find | jq '.server_version'
"14.1.0"

We see that cluster version is 14.1.0 and we will install that version of tsh,

curl -O https://cdn.teleport.dev/teleport-v14.1.0-linux-amd64-bin.tar.gz
tar -xzf teleport-v14.1.1-linux-amd64-bin.tar.gz
cd teleport
sudo ./install