https://github.com/camara94/ssh_python
Paramiko is a pure-Python [1] (2.7, 3.4+) implementation of the SSHv2 protocol [2], providing both client and server functionality. It provides the foundation for the high-level SSH library Fabric, which is what we recommend you use for common client use-cases such as running remote shell commands or transferring files.
https://github.com/camara94/ssh_python
paramiko paramiko-tutorial python3 ssh ssh-client ssh-server
Last synced: 9 months ago
JSON representation
Paramiko is a pure-Python [1] (2.7, 3.4+) implementation of the SSHv2 protocol [2], providing both client and server functionality. It provides the foundation for the high-level SSH library Fabric, which is what we recommend you use for common client use-cases such as running remote shell commands or transferring files.
- Host: GitHub
- URL: https://github.com/camara94/ssh_python
- Owner: camara94
- Created: 2022-04-07T02:55:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-07T03:09:52.000Z (over 3 years ago)
- Last Synced: 2025-02-15T08:43:23.809Z (10 months ago)
- Topics: paramiko, paramiko-tutorial, python3, ssh, ssh-client, ssh-server
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Paramiko
Paramiko is a pure-Python (2.7, 3.4+) implementation of the SSHv2 protocol, providing both client and server functionality. It provides the foundation for the high-level SSH library [Fabric](https://www.fabfile.org/), which is what we recommend you use for common client use-cases such as running remote shell commands or transferring files.
## Link For Docs
* [https://docs.paramiko.org/en/stable/index.html](https://docs.paramiko.org/en/stable/index.html)
* [https://docs.paramiko.org/en/stable/api/client.html](https://docs.paramiko.org/en/stable/api/client.html)