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
{{ message }}
This repository was archived by the owner on Dec 26, 2020. It is now read-only.
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ Warning: This role disables root-login on the target server! Please make sure yo
26
26
|`ssh_client_alive_count`| 3 | defines how often keep-alive messages are sent |
27
27
|`ssh_permit_tunnel`| false | true if SSH Port Tunneling is required |
28
28
|`ssh_remote_hosts`|[]| one or more hosts and their custom options for the ssh-client. Default is empty. See examples in `defaults/main.yml`.|
29
-
|`ssh_allow_root_with_key`|false|false to disable rootlogin altogether. Set to true to allow root to login via key-based mechanism.|
29
+
|`ssh_permit_root_login`|no|Disable root-login. Set to `without-password` or `yes`to enable root-login |
30
30
|`ssh_allow_tcp_forwarding`| false | false to disable TCP Forwarding. Set to true to allow TCP Forwarding.|
31
31
|`ssh_gateway_ports`|`false`|`false` to disable binding forwarded ports to non-loopback addresses. Set to `true` to force binding on wildcard address. Set to `clientspecified` to allow the client to specify which address to bind to.|
32
32
|`ssh_allow_agent_forwarding`| false | false to disable Agent Forwarding. Set to true to allow Agent Forwarding.|
0 commit comments