diff --git a/doc/index.html b/doc/index.html index 25cf9d0..b13c531 100644 --- a/doc/index.html +++ b/doc/index.html @@ -105,7 +105,9 @@ commandline.
You can specify environment variables to define before executing the shell. There is one variable per line, with a "name=value" format. -A common use would be "ENV=/sdcard/ssh/.profile", if your device has a +A common use would be +"ENV=>/data/data/org.galexander.sshd/files/.profile", +if your device has a build of mksh that does not execute a .profile automatically.
@@ -115,8 +117,8 @@ the app-private directory (usually something like /data/data/org.galexander.sshd/files). Most importantly, this is where authorized_keys is found. It is also where host keys wind up -(they are created on demand), and where temporary files go. This path -should probably be under /sdcard. +(they are created on demand), and where temporary files go. Other than +the app-private directory, it may go under /sdcard.
Home Directory
The login shell's home directory, which also defaults