Commit 7348824b authored by Boris Djalal's avatar Boris Djalal

Printing ssh open arguments (fix).

Signed-off-by: default avatarBoris Djalal <boris.djalal@eurecom.fr>
parent ce82e027
......@@ -145,7 +145,7 @@ class SSHConnection():
self.eNBOsVersion = ''
def open(self, ipaddress, username, password):
print(open ssh)
print('begin open ssh')
print('ipaddress: ' + ipaddress)
print('username: ' + username)
print('password: ' + password)
......
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