Bookmarks tagged ssh

27 Nov 2023 www.fabfile.org
Fabric is a high level Python (2.7, 3.4+) library designed to execute shell commands remotely over SSH, yielding useful Python objects in return. It builds on top of Invoke (subprocess command execution and command-line features) and Paramiko (SSH protocol implementation), extending their APIs to complement one another and provide additional functionality.
29 Sep 2023 grahamhelton.com
An Excruciatingly Detailed Guide To SSH (But Only The Things I Actually Find Useful)