You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The value that is shown when reconfiguring a computer is always the class default rather than the value set in the authinfo. So that reconfiguring a computer and just pressing enter would reset the default value.
The current value should be instead be shown.
The text was updated successfully, but these errors were encountered:
The interactive SSH was not accepting an empty
ssh key_filename, while this should be acceptable.
I am also adding a test for the interactive setup of
SSH computers.
Moreover, when reconfiguring a computer, the value
of the cooldown time wasn't resued from the authinfo;
instead, the class default was also reused due to some
hardcoding. Code now behaves correctly and is simplified
avoid duplication in base classes and subclasses.
Fixesaiidateam#3633 and fixesaiidateam#3634
The interactive SSH was not accepting an empty
ssh key_filename, while this should be acceptable.
I am also adding a test for the interactive setup of
SSH computers.
Moreover, when reconfiguring a computer, the value
of the cooldown time wasn't resued from the authinfo;
instead, the class default was also reused due to some
hardcoding. Code now behaves correctly and is simplified
avoid duplication in base classes and subclasses.
Fixes#3633 and fixes#3634
The value that is shown when reconfiguring a computer is always the class default rather than the value set in the authinfo. So that reconfiguring a computer and just pressing enter would reset the default value.
The current value should be instead be shown.
The text was updated successfully, but these errors were encountered: