How to automate scripted commands to a Cisco ASA via ssh
The premise *seemed* simple enough… I just needed to send 4 or 5 commands to a Cisco ASA from a CentOS box in a cron job. I mean, people write scripts all the time, and use ssh keys to automate those scripts against remote systems, right? I do it all the time with Linux boxes, [...]