We have some teleport proxies to access private resources (obvs) and they seem to be running
/usr/local/bin/teleport forward
commands periodically. Sometimes these commands don’t close and start to pile up. We periodically get SSH errors (channel [0-9]+: bad ext data
errors), which go away if we ssh
to the proxy instance directly and kill the piled up forward
processes.
Does anyone know why these get created, what user actions initiate them, and how to control this? It’s a stumbling block for us in providing an otherwise seamless experience to our engineers.