Skip to content

Commit

Permalink
remove: Try to reproduce the issue
Browse files Browse the repository at this point in the history
  • Loading branch information
psss authored and lukaszachy committed Mar 4, 2024
1 parent c05e4a8 commit c10685e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tmt/steps/provision/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1292,7 +1292,8 @@ def _ssh_options(self) -> Command:
# Prevents issues like https:/teemtee/tmt/issues/2687
# from happening and makes the ssh connection more robust
# by allowing proper re-try mechanisms to kick-in
options.extend(['-oPasswordAuthentication=no'])
# options.extend(['-oPasswordAuthentication=no'])
pass

# Use the shared master connection
options.append(f'-S{self._ssh_socket()}')
Expand Down

0 comments on commit c10685e

Please sign in to comment.