I am developing an app that need to be constantly connected to ssh.
Every action open a new ssh connection and new sftp-server on the target host, I was wondering if there is a solution for keep session ssh/sftp without create new connection.
With ajax calls I have too many sftp-server daemons running... (I can set timeout to few seconds but not resolve constants connections)
Tried to serialize ssh object but dont work and see on a question it's impossible
Thanks in advance !