Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我没有实验室 ASA 版本,所以在破坏防火墙之前我必须 200% 确定。如何使用 ssh 向 cisco ASA 批量发送 5-10 个命令?
我会考虑这样的事情:
ssh admin@my_asa < list_of_commands.txt
最好不要在 txt 文件中硬编码密码,但这并不重要。
您可以保存配置文件,然后通过 SSH 将其上传到路由器。