In this Class, we learn about Paramiko. Paramiko is a pure python implementation of SSH v2 Protocol. It helps to make a SSH Connection with a remote device. This course focused on the network engineers to automate their networking infrastructure using Paramiko.
We will see the following topics
1. how to initiate a SSH Connection with Network device.
2. Issue commands & read the output.
3. Establish interactive Session to execute multiple commands in a single session
4. Execute commands on Multiple devices
5. Public Key based authentication