44 lines
1.6 KiB
Plaintext
44 lines
1.6 KiB
Plaintext
Category:System
|
|
License:GPL
|
|
Web Site:https://github.com/shkschneider/android_DropBearServer2
|
|
Source Code:https://github.com/shkschneider/android_DropBearServer2
|
|
Issue Tracker:https://github.com/shkschneider/android_DropBearServer2/issues
|
|
Donate:http://forum.xda-developers.com/donatetome.php?u=2398805
|
|
|
|
Auto Name:DropBearServer II
|
|
Summary:SSH Server using DropBear
|
|
Description:
|
|
This is a SSH server using DropBear, allows you to easily install, configure
|
|
and run a Secured SHell server.
|
|
|
|
Requires root: Yes. To copy the dropbear binaries to /system.
|
|
.
|
|
|
|
Requires Root:Yes
|
|
|
|
Repo Type:git
|
|
Repo:https://github.com/shkschneider/android_DropBearServer2.git
|
|
|
|
#Dropbear srclib doesn't produce dbclient which is found in res/raw
|
|
Build Version:1.5.4,154,!WIP 1.5.4,subdir=dropbearserver2,\
|
|
init=svn co http://roottools.googlecode.com/svn/trunk/Stable/TAGS/2.4/src,\
|
|
srclibs=ActionBarSherlock@4.2.0;Dropbear@07accdedf45,prebuild=\
|
|
sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \
|
|
rm res/raw/* libs/* && \
|
|
mkdir -p jni/dropbear && cp -r $$Dropbear$$/* jni/dropbear/ && \
|
|
echo 'include $(call all-subdir-makefiles)' > jni/Android.mk,\
|
|
build=$$NDK$$/ndk-build && \
|
|
mv libs/armeabi/dropbear res/raw/dropbear && \
|
|
mv libs/armeabi/dropbearkey res/raw/dropbearkey && \
|
|
mv libs/armeabi/scp res/raw/scp && \
|
|
mv libs/armeabi/ssh res/raw/ssh && \
|
|
mv libs/armeabi/sftp-server res/raw/sftp_server && \
|
|
touch res/raw/dbclient && \
|
|
echo "Welcome to DropBear SSH Server!" > res/raw/banner,buildjni=no
|
|
|
|
Auto Update Mode:None
|
|
Update Check Mode:RepoManifest
|
|
Current Version:1.5.4
|
|
Current Version Code:154
|
|
|