Re: Login attempt for nonexistent user on Alpine Linux

2017-12-01 Thread Szabolcs Nagy
* Hugo Genesse [2017-12-01 18:57:02 +]: > > -vvv on dropbear doesn't seem to be a valid option: > > 67b4c38f79c6:/usr/lib# /root/dropbear -R -E -vvv > Invalid option -v > > Is my command correct? > ah -v is only supported if dropbear is built with CFLAGS=-DDEBUG_TRACE

Re: Login attempt for nonexistent user on Alpine Linux

2017-12-01 Thread Hugo Genesse
-vvv on dropbear doesn't seem to be a valid option: 67b4c38f79c6:/usr/lib# /root/dropbear -R -E -vvv Invalid option -v Is my command correct? Szabolcs Nagy a écrit : * Hugo Genesse [2017-12-01 17:07:25 +]: First, thanks for your replies. I created another account: admin:x:100:65533:

Re: Login attempt for nonexistent user on Alpine Linux

2017-12-01 Thread Szabolcs Nagy
* Matt Johnston [2017-12-01 16:53:33 +]: > Statically linking glibc isn't sufficient to make it's not glibc if it's on alpine linux

Re: Login attempt for nonexistent user on Alpine Linux

2017-12-01 Thread Szabolcs Nagy
* Hugo Genesse [2017-12-01 17:07:25 +]: > > First, thanks for your replies. I created another account: > > admin:x:100:65533:Linux User,,,:/home/admin:/bin/ash > > Here is the output of with -vvv: > you added -vvv on the client side instead of the server where the problem is... > debug3:

Re: Login attempt for nonexistent user on Alpine Linux

2017-12-01 Thread Hugo Genesse
Hi! First, thanks for your replies. I created another account: admin:x:100:65533:Linux User,,,:/home/admin:/bin/ash Here is the output of with -vvv: debug3: authmethod_lookup password debug3: remaining preferred: ,password debug3: authmethod_is_enabled password debug1: Next authentication met

Re: Login attempt for nonexistent user on Alpine Linux

2017-12-01 Thread Matt Johnston
Hi Hugo, Statically linking glibc isn't sufficient to make it standalone, you need to copy the libnss libraries - glibc looks for those at runtime. Another option is to build against musl libc instead. Cheers, Matt On 1 December 2017 12:51:08 pm AWST, Hugo Genesse wrote: > >Hi! > >I've been

Re: Login attempt for nonexistent user on Alpine Linux

2017-12-01 Thread Daniel.
Can you log in with another user? The root login may be disabled by security reasons. 2017-12-01 13:01 GMT-02:00 Szabolcs Nagy : > * Hugo Genesse [2017-12-01 04:51:08 +]: > > I've been trying to use dropbear (compiled myself statically with > > ./configure; make STATIC=1) on a Alpine Linux D

Re: Login attempt for nonexistent user on Alpine Linux

2017-12-01 Thread Szabolcs Nagy
* Hugo Genesse [2017-12-01 04:51:08 +]: > I've been trying to use dropbear (compiled myself statically with > ./configure; make STATIC=1) on a Alpine Linux Docker container (Linux > 4.13.12-1-ARCH) with the latest Alpine Docker image (3.6 if I'm not > mistaken). I run dropbear like this: "./dr

Login attempt for nonexistent user on Alpine Linux

2017-11-30 Thread Hugo Genesse
Hi! I've been trying to use dropbear (compiled myself statically with ./configure; make STATIC=1) on a Alpine Linux Docker container (Linux 4.13.12-1-ARCH) with the latest Alpine Docker image (3.6 if I'm not mistaken). I run dropbear like this: "./dropbear -R" and can't login with proper