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.

4m read timeFrom blog.pythonlibrary.org
Post cover image
Table of contents
Getting FabricConnecting to the Server with FabricRunning Commands with FabricTransferring Files with FabricWrapping Up
1 Comment

Sort: