From df62dc27b270f812b68c487c35d19ad4bc994e8c Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Sat, 8 Aug 2015 02:02:44 +0300 Subject: [PATCH] Add an example that demonstrates changing sshd port --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 6815ca4e..dde5629e 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,16 @@ This requires use of identity files to connect } ``` +#### Change sshd Port + +```json +"openssh": { + "server": { + "port": "14188" + } +} +``` + #### Match ```json