🔧 example config file 🔧
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
PACKAGE_NAME="com.android.sshd"
|
||||
APPLICATION_NAME="SSHD Server"
|
||||
|
||||
# Default startup preferences
|
||||
DEFAULT_ONBOOT="true"
|
||||
DEFAULT_ONOPEN="true"
|
||||
DEFAULT_FOREGROUND="true"
|
||||
|
||||
# Default Dropbear settings
|
||||
DEFAULT_PORT="2222"
|
||||
DEFAULT_SSH_SERVER_PASSWORD="ChangePassword"
|
||||
DEFAULT_RSYNCBUFFER="true"
|
||||
DEFAULT_EXTRA=""
|
||||
DEFAULT_ENV=""
|
||||
|
||||
# Default paths
|
||||
DEFAULT_PATH="/xxx"
|
||||
DEFAULT_HOME="/xxx"
|
||||
DEFAULT_SHELL="/system/bin/sh"
|
||||
Reference in New Issue
Block a user