Magisk-Modules-Repo / ssh

ssh
181 stars 34 forks source link

/magisk/ssh/opensshd.init start #6

Closed revbby closed 5 years ago

revbby commented 5 years ago

If you are manually start/stopping the sshd-service, /opensshd.init start won't work. Running the service script will, by using /magisk/ssh/service.sh start. You will however need to give the script file execute permission. You can do this at a terminal by changing the working directory; cd /magisk/ssh , and then assigning the execute permission to the script file chmod +x service.sh. OR you can do all this on a file explorer with root access.

D4rCM4rC commented 5 years ago

Starting with v0.7, opensshd.init derives the MODDIR from its path (just like service.sh does), this way we don't have to hardcode any paths.