summaryrefslogtreecommitdiff
path: root/EndoForge/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'EndoForge/README.md')
-rw-r--r--EndoForge/README.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/EndoForge/README.md b/EndoForge/README.md
index 814b586..0a1f644 100644
--- a/EndoForge/README.md
+++ b/EndoForge/README.md
@@ -73,16 +73,16 @@ editing the system `OpenSSH` configuration.
73NON-ROOT INSTALLATION 73NON-ROOT INSTALLATION
74--------------------- 74---------------------
75 75
76A configuration file to run `OpenSSH` as an unprivileged user is included. This 76A systemd unit file to run `OpenSSH` as an unprivileged user is included.
77type of installation is vastly inferior because a non-standard TCP port must be
78used as the address. The configuration file sets the port to `22022`.
79 77
80Type 'make run' to run the unprivileged `OpenSSH` server. 78The configuration file sets the port to `22022`.
81 79
82``` 80This type of installation is vastly inferior to running as root, because only
83 make run 81root can make `OpenSSH` listen on port `22`, as it is designed to do.
84```
85 82
83The `install-user` target runs the unprivileged `OpenSSH` server.
86 84
87[TODO: This repository needs a systemd service file to launch it automatically.] 85```
86 make install-user
87```
88 88