Some time ago I setup Cisco ASA agentless monitoring. After Brent’s clarification I found out that I have missed some settings which I successfully setup. When the settings were implemented I tried to check by “./agentless/ssh_asa-fwsmconfig_diff user...@192.168.0.1” command but result was unsuccessful. The first authentication level is OK but when the script pushed “enable” command I got error:
“enable
Password:
Invalid password
Password: ERROR: Incorrect enable password to remote host: isha...@192.168.0.1 “
I guess it connected with some missing information in the scrip or maybe else. Could you please help me?
Thank you in advance.
--
---
You received this message because you are subscribed to a topic in the Google Groups "ossec-list" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ossec-list/FXo7fizdOII/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ossec-list+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
---
You received this message because you are subscribed to the Google Groups "ossec-list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ossec-list+...@googlegroups.com.
Please read docs and scripts used for this functionality. You need to supply enable password too.
send "enable\r"
expect {
"Password:" {
send "$addpass\r"
expect {
You received this message because you are subscribed to a topic in the Google Groups "ossec-list" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ossec-list/FXo7fizdOII/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ossec-list+...@googlegroups.com.