Hello,
I’m facing a weird issue and I don’t know how to proceed. Using “teleport ssh” I can log into a reverse tunnel node. However, if I enter the Ruby on Rails console and run a database query, the query gets stuck until I cancel it (Ctrl+c), then I’m back to the ruby on rails console (session is still running).
However, if I login to the node using good ole SSH, the same db queries from within rails console instantly return the output without issues.