Script for pulling configuration
Hi, can someone help me with creating a non interactive script which logs in to the device and pulls configuration.
I tried this, but it hangs after passing the password.
ssh <username>@<firewall_name> "show config running"
It runs fine when doing it in
...