I have a remote phone system which I have access to via ssh on a non standard port. I ssh to the port on the host and I am logged in with an application starting up. At this point, I can execute commands.
What I'm trying to do submit commands to the running application on the remote connection. I tried executing the commands via ssh however this isn't working as it terminates the connection.
I was wondering if anyone else has run into something similar regarding the need to pass commands into an existing ssh connection?