Re: sshd: fatal: seteuid XXX : No such device or address

2019-07-10 Thread schleprock
so i ran into the same problem and had some difficulty in figuring out how to apply the solution. so hopefully to save other people from the same issue. to set the sshd service to use the SYSTEM you open the properties sheet for sshd service, go to the "Log On" tab and then click the radio button

Re: sshd: fatal: seteuid XXX : No such device or address

2019-03-16 Thread Houder
On Fri, 15 Mar 2019 21:41:22, Corinna Vinschen wrote: > On Mar 15 20:39, Houder wrote: > > On Fri, 15 Mar 2019 14:42:47, Corinna Vinschen wrote: [snip] > > > Well, there *is* a solution by using strace. And hey, we now know what > > > ENXIO returned from seteuid means, don't we? It's not all

Re: sshd: fatal: seteuid XXX : No such device or address

2019-03-15 Thread Corinna Vinschen
On Mar 15 20:39, Houder wrote: > On Fri, 15 Mar 2019 14:42:47, Corinna Vinschen wrote: > > > On Mar 15 14:06, Houder wrote: > > > > One is forced to create the exact same environment (system) as the > > > person who is complaining, fire up the debugger (like sticking > > > a thermometer in a pat

Re: sshd: fatal: seteuid XXX : No such device or address

2019-03-15 Thread Houder
On Fri, 15 Mar 2019 14:42:47, Corinna Vinschen wrote: > On Mar 15 14:06, Houder wrote: > > One is forced to create the exact same environment (system) as the > > person who is complaining, fire up the debugger (like sticking > > a thermometer in a patient's rear end) in order to find out where >

Re: sshd: fatal: seteuid XXX : No such device or address

2019-03-15 Thread Corinna Vinschen
On Mar 15 14:06, Houder wrote: > On Thu, 14 Mar 2019 18:29:18, Corinna Vinschen wrote: > > > On Mar 14 16:53, Houder wrote: > > > > On Thu, 14 Mar 2019 12:39:30, X wrote: > > > > Hello the list > [snip] > > > > sshd: PID 3777: fatal: seteuid 1049076: No such device or address > > > > Corinn

Re: sshd: fatal: seteuid XXX : No such device or address

2019-03-15 Thread Houder
On Thu, 14 Mar 2019 18:29:18, Corinna Vinschen wrote: > On Mar 14 16:53, Houder wrote: > > On Thu, 14 Mar 2019 12:39:30, X wrote: > > > Hello the list [snip] > > > sshd: PID 3777: fatal: seteuid 1049076: No such device or address > > Corinna, > > > > As far as I know, seteuid() can either r

Re: sshd: fatal: seteuid XXX : No such device or address

2019-03-14 Thread Corinna Vinschen
On Mar 14 16:53, Houder wrote: > On Thu, 14 Mar 2019 12:39:30, X wrote: > > Hello the list, > > > > Thanks for all the work and effort put into this. > > Since two days i cannot login anymore (password less) with ssh into my > > server > > > > Server is : > > Microsoft Windows Server 2012 R

Re: sshd: fatal: seteuid XXX : No such device or address

2019-03-14 Thread Houder
On Thu, 14 Mar 2019 12:39:30, X wrote: > Hello the list, > > Thanks for all the work and effort put into this. > Since two days i cannot login anymore (password less) with ssh into my > server > > Server is : > Microsoft Windows Server 2012 R2 Essentials / 6.3.9600 N/A version 9600 > > Cyg

RE: sshd: fatal: seteuid XXX : No such device or address

2019-03-14 Thread renaud.rolles
> As for why, Administrator is the only local account with super-user > permissions that is guaranteed to exist. Windows uses it in case something > gone REALLY wrong, such as AD database recovery procedures. > > It is easy enough to enable a locked account with offline tools, if your system > gon

Re: sshd: fatal: seteuid XXX : No such device or address

2019-03-14 Thread Andrey Repin
Greetings, renaud.rol...@giraudbtp.com! >> Please remove /etc/passwd and /etc/group files. They are no longer >> necessary, unless you have some very special needs, and even then, they >> only needed for that one or two accounts you need special treatment for. > They dont exists. Then my next gu

Re: sshd: fatal: seteuid XXX : No such device or address

2019-03-14 Thread Andrey Repin
Greetings, David Dombrowsky! > On 3/14/19 10:11 AM, Andrey Repin wrote: >> Please remove /etc/passwd and /etc/group files. They are no longer necessary, >> unless you have some very special needs, and even then, they only needed for >> that one or two accounts you need special treatment for. >>

RE: sshd: fatal: seteuid XXX : No such device or address

2019-03-14 Thread renaud.rolles
> Please remove /etc/passwd and /etc/group files. They are no longer > necessary, unless you have some very special needs, and even then, they > only needed for that one or two accounts you need special treatment for. They dont exists. > The main security concern is, why your Administrator user:

Re: sshd: fatal: seteuid XXX : No such device or address

2019-03-14 Thread Corinna Vinschen
On Mar 14 10:24, David Dombrowsky wrote: > On 3/14/19 10:11 AM, Andrey Repin wrote: > > Please remove /etc/passwd and /etc/group files. They are no longer > > necessary, > > unless you have some very special needs, and even then, they only needed for > > that one or two accounts you need special t

Re: sshd: fatal: seteuid XXX : No such device or address

2019-03-14 Thread David Dombrowsky
On 3/14/19 10:11 AM, Andrey Repin wrote: > Please remove /etc/passwd and /etc/group files. They are no longer necessary, > unless you have some very special needs, and even then, they only needed for > that one or two accounts you need special treatment for. > Wait what? What about all the stand

Re: sshd: fatal: seteuid XXX : No such device or address

2019-03-14 Thread Andrey Repin
Greetings, renaud.rol...@giraudbtp.com! >> > I can login via password, it work and lets me in. >> > But if i tried with my keys, I get in the event viewer : >> > sshd: PID 3777: fatal: seteuid 1049076: No such device or address >> >> - Make sure to login with the Administrator account case-sensit

RE: sshd: fatal: seteuid XXX : No such device or address

2019-03-14 Thread renaud.rolles
> Objet : Re: sshd: fatal: seteuid XXX : No such device or address > > On Mar 14 14:26, renaud.rol...@giraudbtp.com wrote: > > > > > > On Mar 14 12:39, renaud.rol...@giraudbtp.com wrote: > > > > I can login via password, it work and lets me in. > >

Re: sshd: fatal: seteuid XXX : No such device or address

2019-03-14 Thread Corinna Vinschen
On Mar 14 14:26, renaud.rol...@giraudbtp.com wrote: > > > > On Mar 14 12:39, renaud.rol...@giraudbtp.com wrote: > > > I can login via password, it work and lets me in. > > > But if i tried with my keys, I get in the event viewer : > > > sshd: PID 3777: fatal: seteuid 1049076: No such device or add

RE: sshd: fatal: seteuid XXX : No such device or address

2019-03-14 Thread renaud.rolles
> > On Mar 14 12:39, renaud.rol...@giraudbtp.com wrote: > > I can login via password, it work and lets me in. > > But if i tried with my keys, I get in the event viewer : > > sshd: PID 3777: fatal: seteuid 1049076: No such device or address > > - Make sure to login with the Administrator account

Re: sshd: fatal: seteuid XXX : No such device or address

2019-03-14 Thread Corinna Vinschen
On Mar 14 12:39, renaud.rol...@giraudbtp.com wrote: > Hello the list, > > Thanks for all the work and effort put into this. > Since two days i cannot login anymore (password less) with ssh into my > server > > Server is : > Microsoft Windows Server 2012 R2 Essentials / 6.3.9600 N/A version 9600