Further reading
At the following links, you can find more information about theafore mentioned tools and other tools related to extracting information from web servers:
- Paramiko: http://www.paramiko.org
- pysftp: https://pysftp.readthedocs.io/en/latest/pysftp.html
- AsyncSSH client examples: https://asyncssh.readthedocs.io/en/stable/#client-examples
- AsyncSSH server examples: https://asyncssh.readthedocs.io/en/stable/#server-examples
- For readers interested in deepening their understanding of how to create a tunnel to a remote server with paramiko, you can check the
sshtunnel
module available in the PyPI repository: https://pypi.org/project/sshtunnel. Documentation and examples for this project are available in the GitHub repository: https://github.com/pahaz/sshtunnel.