TimeToogo / tunshell

Remote shell into ephemeral environments 🐚 🦀
https://tunshell.com
MIT License
767 stars 56 forks source link

Allow more than one connection (like ssh does) #9

Closed probonopd closed 4 years ago

probonopd commented 4 years ago

Getting [ERROR client] Error occurred: Connection has already been joined by another host when trying to open more than one tunshell into a machine. Being able to do so would be extremely useful for debugging. For example, one could launch a problematic process in shell number 1 and debug it from shell number 2.

TimeToogo commented 4 years ago

This is unlikely to happen but you can look into using background jobs in bash for handling this scenario.