Execute command via SSH on remote box and output on local machine.
How to execute command via SSH on remote machine and get output on local machine console. ## SYNTAX ssh [user]@[remote host] [command] ## EXAMPLE ssh [email protected] df -h …
How to execute command via SSH on remote machine and get output on local machine console. ## SYNTAX ssh [user]@[remote host] [command] ## EXAMPLE ssh [email protected] df -h …