From 8d0c8bf80d45fa19ff3703551e5b72c78e04f231 Mon Sep 17 00:00:00 2001 From: deajan Date: Wed, 8 Feb 2017 15:08:21 +0100 Subject: [PATCH] Add ssh filter comment --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 42aeb28..dd87e55 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,11 @@ Systemd specific (one service per config file) $ systemctl start osync-srv@configfile.conf $ systemctl enable osync-srv@configfile.conf +Security enhancements +--------------------- +Remote SSH connection security can be improved by limiting what hostnames may connect, disabling some SSH options and using ssh filter. +Please read full documentation in order to configure ssh filter. + Contributions ------------- All kind of contribs are welcome.