January 2019
Beginner to intermediate
776 pages
19h 58m
English
This recipe also needs Fabric to be installed first. You can install Fabric using Python packing tools, pip or easy_install, as shown in the following command:
$ pip install fabric
Here, we will connect the remote host using the SSH protocol. So, it's necessary to install and run the SSH server on the remote host.
Read now
Unlock full access