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

Commit dc818d6

Browse files
authored
Merge pull request #80 from kivilahtio/master
Fix ssh_server_ports and ssh_client_ports documentation bug
2 parents a6695fb + 23d7bc0 commit dc818d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ This role provides secure ssh-client and ssh-server configurations.
2222
|`ssh_server_weak_hmac` | false |true if weaker HMAC mechanisms are required. This is usually only necessary, if older M2M mechanism need to communicate with SSH, that don't have any of the configured secure HMACs enabled.|
2323
|`ssh_client_weak_kex` | false |true if weaker Key-Exchange (KEX) mechanisms are required. This is usually only necessary, if older M2M mechanism need to communicate with SSH, that don't have any of the configured secure KEXs enabled.|
2424
|`ssh_server_weak_kex` | false |true if weaker Key-Exchange (KEX) mechanisms are required. This is usually only necessary, if older M2M mechanism need to communicate with SSH, that don't have any of the configured secure KEXs enabled.|
25-
|`ssh_server_ports` | 22 |ports to which ssh-server should listen to|
26-
|`ssh_client_ports` | 22 |ports to which ssh-client should connect to|
25+
|`ssh_server_ports` | ['22'] |ports to which ssh-server should listen to|
26+
|`ssh_client_ports` | ['22'] |ports to which ssh-client should connect to|
2727
|`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!|
2828
|`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.|
2929
|`ssh_client_alive_interval` | 600 | specifies an interval for sending keepalive messages |

0 commit comments

Comments
 (0)