Commit ce82e027 authored by Boris Djalal's avatar Boris Djalal

Printing ssh open arguments.

Signed-off-by: default avatarBoris Djalal <boris.djalal@eurecom.fr>
parent 97117f3a
......@@ -145,6 +145,10 @@ class SSHConnection():
self.eNBOsVersion = ''
def open(self, ipaddress, username, password):
print(open ssh)
print('ipaddress: ' + ipaddress)
print('username: ' + username)
print('password: ' + password)
count = 0
connect_status = False
while count < 4:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment