summaryrefslogtreecommitdiff
path: root/EndoForge/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'EndoForge/README.md')
-rw-r--r--EndoForge/README.md19
1 files changed, 9 insertions, 10 deletions
diff --git a/EndoForge/README.md b/EndoForge/README.md
index 9abcabe..0b1a8dd 100644
--- a/EndoForge/README.md
+++ b/EndoForge/README.md
@@ -71,20 +71,19 @@ editing the system `OpenSSH` configuration.
71NON-ROOT INSTALLATION 71NON-ROOT INSTALLATION
72--------------------- 72---------------------
73 73
74If sudo access is not available, you can install to a different 74A configuration is included for running OpenSSH from an unprivileged user
75location: 75account. Try it like so:
76
76 77
77``` 78```
78 make SSH_CONFIG_DIR=.config/ssh \ 79 cd EndoForge
79 SSHD_CONFIG_DIR=.config/ssh/config.d \ 80 make install
80 SSH_LIB_DIR=.local/lib/ssh \ 81 cd openssh
81 install 82 make run
82``` 83```
83 84
84Then you will need to run `OpenSSH` on a non-default port (the default 85This launches a script that uses 'fakeroot' and to make OpenSSH think the
85port requires root access). 86permissions are OK.
86
87
88 87
89 88
90 89