- 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.
推薦閱讀
- Boost程序庫完全開發指南:深入C++”準”標準庫(第5版)
- 垃圾回收的算法與實現
- 劍指JVM:虛擬機實踐與性能調優
- Visual C++實例精通
- Java FX應用開發教程
- 樂高機器人設計技巧:EV3結構設計與編程指導
- 機器人Python青少年編程開發實例
- x86匯編語言:從實模式到保護模式(第2版)
- 信息技術應用基礎
- SAP BusinessObjects Dashboards 4.1 Cookbook
- JavaScript:Moving to ES2015
- Visual Basic程序設計實驗指導(第二版)
- .NET Standard 2.0 Cookbook
- Web編程基礎:HTML5、CSS3、JavaScript(第2版)
- PhoneGap 3.x Mobile Application Development Hotshot