One of my readers was trying to find interesting vendor-independent network conferences in Europe. Here are a few I could recommend, please leave your feedback and additional suggestions in the comments!
Read more ...In this post, I will cover basic usage of Python’s context managers to connect to a network device using SSH. I will use them to abstract the connection establishment and teardown logic that is needed when making an SSH connection. Note: This post will not cover context manager details, as great explanations can already be found online. Instead, this article […]
The post Using Python Context Managers for SSH connections appeared first on Packet Pushers Podcast and was written by Pablo Lucena.