sshpass not working while passing command
Dear Team,
I am doing an automation script in which I need to get the command output through sshpass
sshpass -p device_password ssh -q -oStrictHostKeyChecking=no -oConnectTimeout=20 device_username@Palto_alto_IP show system info
This one is not wor
...