Re: OpenSSH and Android

2015-05-08 Thread Kevin Chadwick
On Fri, 8 May 2015 11:02:25 +1000 Darren Tucker wrote: What gcc version was that? Anyway... Using built-in specs. COLLECT_GCC=/home/kc/lib/andtool/bin/arm-linux-androideabi-gcc COLLECT_LTO_WRAPPER=/home/kc/lib/andtool/bin/../libexec/gcc/arm-linux-androideabi/4.8/lto-wrapper Target:

Re: OpenSSH and Android

2015-05-07 Thread Darren Tucker
On Thu, May 7, 2015 at 11:19 PM, Kevin Chadwick m8il1i...@gmail.com wrote: So nevermind, connectbot will have to do for now unless someone has a cluestick to hand. What gcc version was that? Anyway... openbsd-compat/openbsd-compat.h:217:22: error: expected identifier or '(' before numeric

OpenSSH and Android

2015-05-07 Thread Kevin Chadwick
://w3facility.org/question/error-compiling-openssh-with-android-ndk/ So nevermind, connectbot will have to do for now unless someone has a cluestick to hand.

Re: OpenSSH for Android

2015-05-06 Thread Stuart Henderson
On 2015-05-05, Bertrand Caplet bertrand.cap...@chunkz.net wrote: Hey, I'm using JuiceSSH it's pretty good and free, but I don't know about ciphers... JuiceSSH uses http://www.jcraft.com/jsch/ for its SSH implementation, which itself relies on JCE for crypto, so there are a couple of layers

Re: OpenSSH for Android

2015-05-05 Thread Gareth Nelson
I always just use connectbot --- “Lanie, I’m going to print more printers. Lots more printers. One for everyone. That’s worth going to jail for. That’s worth anything.” - Printcrime by Cory Doctrow Please avoid sending me Word or PowerPoint attachments. See

Re: OpenSSH for Android

2015-05-05 Thread Bertrand Caplet
Hey, I'm using JuiceSSH it's pretty good and free, but I don't know about ciphers... I'm after an openssh client with all it's goodies such as poly cipher (I don't need sshd) for Android rather than dropbear. So I'm looking at the following with Androids NDK.

OpenSSH for Android

2015-05-05 Thread Kevin Chadwick
I'm after an openssh client with all it's goodies such as poly cipher (I don't need sshd) for Android rather than dropbear. So I'm looking at the following with Androids NDK. http://kevinboone.net/kbox3.html http://kevinboone.net/android_native.html Anyone have a simpler/other option. I don't