Skip to content
This repository was archived by the owner on Dec 26, 2020. It is now read-only.

Commit 0cbfc29

Browse files
authored
adding specific documentation for IPv6 support (#312)
* adding specific things for IPv6 support Signed-off-by: Arnold <[email protected]>
1 parent 7ea747a commit 0cbfc29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ Warning: This role disables root-login on the target server! Please make sure yo
1616
## Role Variables
1717
| Name | Default Value | Description |
1818
| -------------- | ------------- | -----------------------------------|
19-
|`network_ipv6_enable` | false |true if IPv6 is needed|
19+
|`network_ipv6_enable` | false |true if IPv6 is needed. `ssh_listen_to` must also be set to listen to IPv6 addresses (for example `[::]`).|
2020
|`ssh_server_ports` | ['22'] |ports on which ssh-server should listen|
2121
|`ssh_client_port` | '22' |port to which ssh-client should connect|
22-
|`ssh_listen_to` | ['0.0.0.0'] |one or more ip addresses, to which ssh-server should listen to. Default is all adresseses, but should be configured to specific addresses for security reasons!|
22+
|`ssh_listen_to` | ['0.0.0.0'] |one or more ip addresses, to which ssh-server should listen to. Default is all IPv4 adresses, but should be configured to specific addresses for security reasons!|
2323
|`ssh_host_key_files` | [] |Host keys for sshd. If empty ['/etc/ssh/ssh_host_rsa_key', '/etc/ssh/ssh_host_ecdsa_key', '/etc/ssh/ssh_host_ed25519_key'] will be used, as far as supported by the installed sshd version|
2424
|`ssh_host_key_algorithms` | [] | Host key algorithms that the server offers. If empty the [default list](https://man.openbsd.org/sshd_config#HostKeyAlgorithms) will be used, otherwise overrides the setting with specified list of algorithms|
2525
|`ssh_client_alive_interval` | 600 | specifies an interval for sending keepalive messages |

0 commit comments

Comments
 (0)