commit | a12db4a53650c52591174905d100eaf896545ee9 | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Fri Dec 02 13:21:02 2016 +0100 |
committer | Filip Pytloun <filip@pytloun.cz> | Fri Dec 02 13:21:38 2016 +0100 |
tree | a4850177ef0c6ec1c4e311c4ae48d25a332c186c | |
parent | 76c95d0d49c381e52ffc2ac9a4021b8c0b7f105e [diff] [blame] |
Support for binding on multiple addresses and ports
diff --git a/README.rst b/README.rst index eab4d06..33c051c 100644 --- a/README.rst +++ b/README.rst
@@ -84,6 +84,19 @@ public_keys: - ${public_keys:newt} +You can also bind openssh on multiple addresses and ports: + +.. code-block:: yaml + + openssh: + server: + enabled: true + binds: + - address: 127.0.0.1 + port: 22 + - address: 192.168.1.1 + port: 2222 + OpenSSH server for use with FreeIPA .. code-block:: yaml