From b5cdffe1ff936d061a8084abec46bec024142760 Mon Sep 17 00:00:00 2001 From: Greg Alexander Date: Wed, 27 Feb 2019 10:38:23 -0500 Subject: [PATCH] remove some /sdcard/ssh references --- doc/index.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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