Learn how to use Fabric, a high-level Python package for executing shell commands remotely over SSH. This guide covers installation, establishing connections with credentials or SSH keys, running commands, and transferring files between a local and remote machine. Fabric simplifies tasks like uploading files to restricted directories by combining file transfer with sudo operations.
Table of contents
Getting FabricConnecting to the Server with FabricRunning Commands with FabricTransferring Files with FabricWrapping Up1 Comment
Sort: