Skip to content

Commit

Permalink
Update remote.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen authored Feb 4, 2024
1 parent b8a4bd3 commit 8bb4585
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pysqa/ext/remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,6 @@ def authentication(title, instructions, prompt_list):
username=self._ssh_username,
password=self._ssh_password,
)

print("Manual authenticaion")
ssh._transport.auth_interactive_dumb(
username=self._ssh_username, handler=None, submethods=""
)
Expand Down

0 comments on commit 8bb4585

Please sign in to comment.