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

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

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

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

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 > >

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