Trying here to perform some tests on a device in a remote network.
Already managed to do it using SSH between client and server, then ping command, but thought if there wasn't better way to do it.
ssh -o ConnectTimeout=5 -t [email protected] "ping -i 1 -c 1 -W 1 192.168.12.115 > /tmp/ping.txt"
Any sugestion?
