From 211e69bf6d43da853806c422623ff638ed7c3f8d Mon Sep 17 00:00:00 2001 From: Tamer Ahmed Date: Tue, 7 Apr 2020 10:36:29 -0700 Subject: [PATCH] Fix Paramiko spelling --- ansible/roles/test/files/ptftests/device_connection.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/roles/test/files/ptftests/device_connection.py b/ansible/roles/test/files/ptftests/device_connection.py index 265cba3b5f..701155a548 100644 --- a/ansible/roles/test/files/ptftests/device_connection.py +++ b/ansible/roles/test/files/ptftests/device_connection.py @@ -8,9 +8,9 @@ class DeviceConnection: ''' - DeviceConnection uses Pramiko module to connect to devices + DeviceConnection uses Paramiko module to connect to devices - Pramiko module uses fallback mechanism where it would first try to use + Paramiko module uses fallback mechanism where it would first try to use ssh key and that fails, it will attempt username/password combination ''' def __init__(self, hostname, username, password=None):