-
Story
-
Resolution: Done
-
Major
-
RH415 - RHEL7.5 1 20180830
-
None
-
2
-
2
-
en-US (English)
-
RH415 Sprint 16
URL:
Reporter RHNID:
Section: -
Language: en-US (English)
Workaround:
Description: The GE is not reloading the SSH service. Thus, although ansible changes the configuration file the SSH daemon is not aware of the changes. Thus, step 12 should work regardless of the ansible execution.
We should reload the service like this:
ansible EVERYONE -m service -a "name=sshd state=reloaded"
Then we should try to ssh to each server without the -o hacks.