diff --git a/docs/source/book/18_ssh_telnet/further_reading.rst b/docs/source/book/18_ssh_telnet/further_reading.rst index b7a5673..e873639 100644 --- a/docs/source/book/18_ssh_telnet/further_reading.rst +++ b/docs/source/book/18_ssh_telnet/further_reading.rst @@ -9,9 +9,8 @@ Documentation: - `paramiko Channel `__ - `netmiko `__ -- `threading `__ -- `multiprocessing `__ -- `queue `__ +- `scrapli `__ +- `scrapli-cfg `__ - `time `__ - `datetime `__ - `getpass `__ @@ -21,3 +20,10 @@ Articles: * `Netmiko Library `__ * `Automate SSH connections with netmiko `__ * `Network Automation Using Python: BGP Configuration `__ +* `A Tale of Five Python SSH Libraries Commentary `__ + +Code examples: + +* `netmiko `__ +* `scrapli `__ +* `netmiko, paramiko, telnetlib, scrapli, pexpect `__