From 1c3a717499c6a1e56685ec2804fe066209fcc96d Mon Sep 17 00:00:00 2001 From: Nazar Mokrynskyi Date: Sun, 6 Feb 2022 14:06:34 +0200 Subject: [PATCH] Update start/stop commands --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e4d1a8..76b2f02 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ The ssh daemon automatically starts on device boot. If this is undesired, you ca Once you have written a valid SSH public key into an `authorized_keys` file (see section 'Configuration' above), you can connect to the device using `ssh shell@` (unprivileged access) or `ssh root@` (privileged access), while supplying the correct private key. You will drop into a shell on the device. sftp and rsync should work as usual. -If you want to manually start/stop the sshd-service, you may do so using `/data/adb/modules/ssh/opensshd.init start` and `/data/adb/modules/ssh/opensshd.init stop`. This is usually not necessary but may be useful if you use the `no-autostart` file described earlier. +If you want to manually start/stop the sshd-service, you may do so using `/data/adb/modules_update/ssh/opensshd.init start` and `/data/adb/modules_update/ssh/opensshd.init stop`. This is usually not necessary but may be useful if you use the `no-autostart` file described earlier. ## Uninstallation