From a79a6e2e5db592f90cb57e5483ad63de69f703ea Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Thu, 5 Mar 2020 10:40:59 +0100 Subject: [PATCH] Update README.md (#1162) Added a section about network setup to make it even more visible --- ssh/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ssh/README.md b/ssh/README.md index 583ecd5..2a53a1e 100644 --- a/ssh/README.md +++ b/ssh/README.md @@ -63,6 +63,9 @@ keys by adding multiple public keys to the list. Set a password for login. **We do NOT recommend this variant**. +## Network +To enable ssh access via the network, you need to enter the port number ‘22’ or the port you want to use. This will map that port from the hassio host into the running “Terminal & SSH” container. + ## Known issues and limitations - This add-on will not enable you to install packages or do anything as root.