October 2016
Beginner
406 pages
7h 50m
English
This recipe shows you how to execute one-shot commands on a remote system through Secure Shell (SSH). Having the ability to run commands without establishing a full interactive session can be convenient because you can avoid running a second terminal; everything can be done directly from the same command line.
This recipe requires a remote system running the OpenSSH server and a local computer with the OpenSSH SSH client installed (both should be installed by default on CentOS). The examples assume that the remote system is configured with the IP address 192.168.56.100. Also, you will need a user account available on the remote system.
The following examples show you how to run commands ...
Read now
Unlock full access