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-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Warning: This role disables root-login on the target server! Please make sure yo
30
30
|`ssh_host_key_files`|['/etc/ssh/ssh_host_rsa_key', '/etc/ssh/ssh_host_dsa_key', '/etc/ssh/ssh_host_ecdsa_key']|Host keys to look for when starting sshd.|
31
31
|`ssh_client_alive_interval`| 600 | specifies an interval for sending keepalive messages |
32
32
|`ssh_client_alive_count`| 3 | defines how often keep-alive messages are sent |
33
-
|`ssh_remote_hosts`|[]| one or more hosts, to which ssh-client can connect to. Default is empty, but should be configured for security reasons!|
33
+
|`ssh_remote_hosts`|[]| one or more hosts and their custom options for the ssh-client. Default is empty. See examples in `defaults/main.yml`.|
34
34
|`ssh_allow_root_with_key`| false | false to disable root login altogether. Set to true to allow root to login via key-based mechanism.|
35
35
|`ssh_allow_tcp_forwarding`| false | false to disable TCP Forwarding. Set to true to allow TCP Forwarding.|
36
36
|`ssh_allow_agent_forwarding`| false | false to disable Agent Forwarding. Set to true to allow Agent Forwarding.|
0 commit comments