jakeheis / Shout

SSH made easy in Swift
MIT License
357 stars 103 forks source link

Stay in session #59

Open NigelNut opened 2 years ago

NigelNut commented 2 years ago

Hi,

Is it possible to stay in the same SSH session? I'm planning to run a Python script through SSH which requires me to give multiple inputs. But as of now it seems to have already closed the previous session when I run another command.