An engineer is deploying a Python script to manage network devices through SSH. Which library based on Paramiko is used?

By | November 24, 2022

  • A. sshmiko
  • B. paramiko.agent
  • C. libssh2
  • D. netmiko
Answer: Option D.
Explanation: 

Reference: https://pynet.twb-tech.com/blog/automation/netmiko.html

The post An engineer is deploying a Python script to manage network devices through SSH. Which library based on Paramiko is used? appeared first on Majanto.