Allow root logins from localhost
In order to have ansible be able to ssh in to itself, we need to enable localhost ssh logins. Change-Id: Iff9d7d72c4ca7848aa49a55d75ee5a2fdd313761
This commit is contained in:
parent
ee2fc59182
commit
b9370c3cea
@ -88,3 +88,6 @@ UsePAM yes
|
|||||||
# allow ansible connections from puppetmaster host
|
# allow ansible connections from puppetmaster host
|
||||||
Match host <%= @trusted_ssh_source %>
|
Match host <%= @trusted_ssh_source %>
|
||||||
PermitRootLogin without-password
|
PermitRootLogin without-password
|
||||||
|
# allow ansible connections from localhost
|
||||||
|
Match host localhost
|
||||||
|
PermitRootLogin without-password
|
||||||
|
Loading…
x
Reference in New Issue
Block a user