Hey there;
I'm sending commands to start a program on a remote server, but the program is known to lock SSH sessions 100% of the time. Why, I don't know, how, I don't know. I didn't write the program.
Anyways, what I'm doing is this:
ssh remoteserver "runmyprog; ~."
zsh: command not found: ~.
I've tried using ~~. and it just says ~~. not found
I've tried using \e and it says e. not found
I've verified that the ssh_config file has EscapeKey set to ~
Anyone know how I can get the shell to terminate once complete?
Thanks.
-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=
NEVER send the boss to do a techs job
I'm sending commands to start a program on a remote server, but the program is known to lock SSH sessions 100% of the time. Why, I don't know, how, I don't know. I didn't write the program.
Anyways, what I'm doing is this:
ssh remoteserver "runmyprog; ~."
zsh: command not found: ~.
I've tried using ~~. and it just says ~~. not found
I've tried using \e and it says e. not found
I've verified that the ssh_config file has EscapeKey set to ~
Anyone know how I can get the shell to terminate once complete?
Thanks.
-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=
NEVER send the boss to do a techs job