I use Teleport as part of my home lab for secure and easy server access. Each node (and master) requires the teleport client to be installed and this post is aimed as a reminder on how to upgrade the Teleport agents on each node.
As a reference, I followed the digital-life installation and usage post who generally has some great posts and YouTube videos.
wget https://get.gravitational.com/teleport_8.0.1_amd64.deb
dpkg -i teleport_8.0.1_amd64.deb
tctl version
Done!
NB: Remember that the Master node needs its client updating as well