Skip to content

Commit

Permalink
[tool] passthrough.py: set an empty password only with internal login
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpoelen committed Nov 3, 2023
1 parent ed1dd4b commit f11fa8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/passthrough/passthrough.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,8 @@ def start(self):
login = splitted[0]
host = splitted[1]
device = host
password = ''
if login == 'internal':
password = ''

interactive_data = {
'target_password': password,
Expand Down

0 comments on commit f11fa8a

Please sign in to comment.