diff --git a/devices.yaml b/devices.yaml index 4812470..19c1a7d 100644 --- a/devices.yaml +++ b/devices.yaml @@ -18,4 +18,4 @@ devices: host: "192.168.100.1" username: "admin" password: "cisco" - port: 22 + port: 22 diff --git a/test_ssh_connectivity.py b/test_ssh_connectivity.py index 3f7b617..f623e9e 100644 --- a/test_ssh_connectivity.py +++ b/test_ssh_connectivity.py @@ -1,6 +1,4 @@ -""" -This Script verifies SSH connectivity to all IOS-XE and IOS-XR routers. -""" + import yaml from netmiko import ConnectHandler