- Mastering Python Networking
- Eric Chou
- 78字
- 2021-07-02 21:42:36
The Python Paramiko library
Paramiko is a Python implementation of the SSHv2 protocol. Just like the pxssh subclass of Pexpect, Paramiko simplifies the SSHv2 interaction with the remote device. Unlike pxssh, Paramiko is only focused on SSHv2 and provides both client and server operations.
Paramiko is the low-level SSH client behind the high-level automation framework Ansible for its network modules. We will cover Ansible in the later chapters, so first, let's take a look at the Paramiko library.
推薦閱讀
- Java程序設計實戰(zhàn)教程
- GraphQL學習指南
- Android Jetpack開發(fā):原理解析與應用實戰(zhàn)
- Arduino by Example
- The Computer Vision Workshop
- Groovy for Domain:specific Languages(Second Edition)
- C語言從入門到精通(第4版)
- Kotlin Standard Library Cookbook
- Windows Server 2016 Automation with PowerShell Cookbook(Second Edition)
- Python數(shù)據(jù)結構與算法(視頻教學版)
- Learning Concurrency in Kotlin
- Python3.5從零開始學
- C#面向?qū)ο蟪绦蛟O計(第2版)
- Visual C#(學習筆記)
- Getting Started with the Lazarus IDE