How To Properly Execute Rasterisk Over SSH ?
Hello,
I’ve got Asterisk installed on a Debian Stretch host. From another Debian Stretch host on which Asterisk is not installed, I want to run rasterisk over SSH in one step with:
ssh root@foobar rasterisk
The above command “rougly works” but some non-printable characters cause undesirable issue during CLI session.
Any suggestion ?
Regards
One thought on - How To Properly Execute Rasterisk Over SSH ?
Maybe try
ssh -t root@foobar rasterisk
Hope this helps.
-Barry Flanagan
Any suggestion ?