bugzilla-daemon at bugzilla.mindrot.org
2012-May-25 19:33 UTC
[Bug 2012] New: build for Android platform
https://bugzilla.mindrot.org/show_bug.cgi?id=2012 Bug #: 2012 Summary: build for Android platform Classification: Unclassified Product: Portable OpenSSH Version: 6.0p1 Platform: ARM OS/Version: Other Status: NEW Severity: enhancement Priority: P2 Component: Build system AssignedTo: unassigned-bugs at mindrot.org ReportedBy: openssh at roumenpetrov.info Created attachment 2156 --> https://bugzilla.mindrot.org/attachment.cgi?id=2156 android: basic support Android platform use linux kernel but bionic C-library. This is an enhancement request to import portable to support this platform. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2012-May-25 19:38 UTC
[Bug 2012] build for Android platform
https://bugzilla.mindrot.org/show_bug.cgi?id=2012 --- Comment #1 from Roumen Petrov <openssh at roumenpetrov.info> 2012-05-26 05:38:11 EST --- Created attachment 2157 --> https://bugzilla.mindrot.org/attachment.cgi?id=2157 use fake&NULL for passwords By default Android device is without password database and this is an additional patch for "fake" passwords. Users could use public key authentication methods to connect to device. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2012-May-25 19:40 UTC
[Bug 2012] build for Android platform
https://bugzilla.mindrot.org/show_bug.cgi?id=2012 --- Comment #2 from Roumen Petrov <openssh at roumenpetrov.info> 2012-05-26 05:40:38 EST --- Since in proposed patches some functionality are not detected you could use following extra configure flags to build: .../configure \ ... \ --without-sandbox \ --with-default-path=/sbin:/vendor/bin:/system/sbin:/system/bin:/system/xbin \ --without-tcp-wrappers \ --without-xauth \ --with-ldns \ --disable-strip \ \ --build=...-pc-linux \ --host=arm-linux-androideabi -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug.