Can't send commands via SSH to Juniper firewalls
- by Massimo
I have some Juniper SSG firewalls which I need to manage, and I'd like to be able to send commands to them from some monitoring scripts. I configured SSH access using public keys, and I'm able to automatically login to the firewalls.
When I run SSH interactively, everything works fine:
$ssh <firewall IP>
FIREWALL-> <command>…