The most recent content from our members.
Hello, I want to backup firewall Netasq with NCM. Actually i use a expect script like that : #!/usr/bin/expect ## Declaration des variables ## set ipwan [lindex $argv 0] set pw [lindex $argv 1] ## Connexion ssh ## spawn ssh admin@$ipwan #ou IP LAN expect "?" {send "yes\r"} expect "Password:" {send "$pw\r"} expect ">" {send…
It looks like you're new here. Sign in or register to get started.