Product Support | Talos Support | Cisco Support | Reference + | Current Release |
---|---|---|---|---|
Gateway | Reputation Lookup | Open a support case | Secure Email Guided Setup | |
Cloud Gateway | Email Status Portal | Support & Downloads | docs.ces.cisco.com | |
Email and Web Manager | Web & Email Reputation | Worldwide Contacts | Product Naming Quick Reference | |
Encryption | Bug Search | |||
Cloud Mailbox | Notification Service |
Hello,
I am writing a script to automate the blocking of malicious senders on my IronPort, but I have some questions about how to execute a sequence of commands. I have a Linux server that connects via SSH but I am not able to execute all commands after connecting to the CLI.
I did some tests, but they all showed the same error as if it only identified one command.
Examples:
ssh user@$server "dictconfig" "edit" "7" "new" "teste.com"
ssh user@$server
"dictconfig"
"edit"
"7"
"new"
"teste.com"
How can I solve this problem?
Best Regards
Solved! Go to Solution.
You can solve the problem this way:
ssh user@server.com "dictionaryconfig edit List new $domain; commit -y"
I will create a repository on github as soon as possible. I am working on some script improvements now.