* [Buildroot] sshd always wants to change password
@ 2007-05-16 9:59 fritz huber
2007-05-16 11:01 ` Bernhard Fischer
0 siblings, 1 reply; 5+ messages in thread
From: fritz huber @ 2007-05-16 9:59 UTC (permalink / raw)
To: buildroot
Hello
I'm working with buildroot from 2006-04-18 and kernel 2.6.12 on a ARM9 system. Now i have a problem with the ssh deamon. I would like to use ssh with classic login. My problem:
When i would like to login with a non-root user:
sshd at 10.0.0.190's password:
WARNING: Your password has expired.
You must change your password now and login again!
passwd: This applet requires root priviledges!
Connection to 10.0.0.190 closed.
login as root user:
root at 10.0.0.190's password:
WARNING: Your password has expired.
You must change your password now and login again!
Changing password for root
Enter the new password (minimum of 5, maximum of 8 characters)
Please use a combination of upper and lower case letters and numbers.
Enter new password:
Bad password: too simple.
Warning: weak password (continuing).
Re-enter new password:
Password changed.
Connection to 10.0.0.190 closed.
I got no chance to login without changing the password. Any idea? Thanks a lot.
Best regards,
Fritz Huber
--
GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS.
Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] sshd always wants to change password
2007-05-16 9:59 [Buildroot] sshd always wants to change password fritz huber
@ 2007-05-16 11:01 ` Bernhard Fischer
2007-05-16 11:37 ` fritz huber
0 siblings, 1 reply; 5+ messages in thread
From: Bernhard Fischer @ 2007-05-16 11:01 UTC (permalink / raw)
To: buildroot
On Wed, May 16, 2007 at 11:59:57AM +0200, fritz huber wrote:
>Hello
>
>I'm working with buildroot from 2006-04-18 and kernel 2.6.12 on a ARM9 system. Now i have a problem with the ssh deamon. I would like to use ssh with classic login. My problem:
>
>When i would like to login with a non-root user:
>
>sshd at 10.0.0.190's password:
>WARNING: Your password has expired.
>You must change your password now and login again!
>passwd: This applet requires root priviledges!
>Connection to 10.0.0.190 closed.
1) your password is set to expired, fix the expiration date.
2) configure busybox according to your needs (suid bits, busybox.conf)
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] sshd always wants to change password
2007-05-16 11:01 ` Bernhard Fischer
@ 2007-05-16 11:37 ` fritz huber
2007-05-16 11:56 ` Bernhard Fischer
0 siblings, 1 reply; 5+ messages in thread
From: fritz huber @ 2007-05-16 11:37 UTC (permalink / raw)
To: buildroot
> On Wed, May 16, 2007 at 11:59:57AM +0200, fritz huber wrote:
> >Hello
> >
> >I'm working with buildroot from 2006-04-18 and kernel 2.6.12 on a ARM9
> system. Now i have a problem with the ssh deamon. I would like to use ssh
> with classic login. My problem:
> >
> >When i would like to login with a non-root user:
> >
> >sshd at 10.0.0.190's password:
> >WARNING: Your password has expired.
> >You must change your password now and login again!
> >passwd: This applet requires root priviledges!
> >Connection to 10.0.0.190 closed.
>
> 1) your password is set to expired, fix the expiration date.
> 2) configure busybox according to your needs (suid bits, busybox.conf)
Thank you for your answer.
1) When i login on the standard terminal with RS232 it works correct. Just with ssh i must change my passwords (doesn't matter witch account).
Here is the entry from my shadow file:
sshd:"PASSWORD":0:0:99999:7:::
All accounts have the same shadow-file entry (i mean the same numbers)
Here is the entry from my passwd file:
sshd:x:27:27:sshd-User:/home/sshd:/bin/sh
Best regards,
Fritz Huber
--
Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten
Browser-Versionen downloaden: http://www.gmx.net/de/go/browser
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] sshd always wants to change password
2007-05-16 11:37 ` fritz huber
@ 2007-05-16 11:56 ` Bernhard Fischer
2007-05-16 12:14 ` fritz huber
0 siblings, 1 reply; 5+ messages in thread
From: Bernhard Fischer @ 2007-05-16 11:56 UTC (permalink / raw)
To: buildroot
On Wed, May 16, 2007 at 01:37:48PM +0200, fritz huber wrote:
>> On Wed, May 16, 2007 at 11:59:57AM +0200, fritz huber wrote:
>> >Hello
>> >
>> >I'm working with buildroot from 2006-04-18 and kernel 2.6.12 on a ARM9
>> system. Now i have a problem with the ssh deamon. I would like to use ssh
>> with classic login. My problem:
>> >
>> >When i would like to login with a non-root user:
>> >
>> >sshd at 10.0.0.190's password:
>> >WARNING: Your password has expired.
>> >You must change your password now and login again!
>> >passwd: This applet requires root priviledges!
>> >Connection to 10.0.0.190 closed.
>>
>> 1) your password is set to expired, fix the expiration date.
>> 2) configure busybox according to your needs (suid bits, busybox.conf)
>
>
>Thank you for your answer.
>
>1) When i login on the standard terminal with RS232 it works correct. Just with ssh i must change my passwords (doesn't matter witch account).
>
>Here is the entry from my shadow file:
>sshd:"PASSWORD":0:0:99999:7:::
set the last changed field to non-null
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] sshd always wants to change password
2007-05-16 11:56 ` Bernhard Fischer
@ 2007-05-16 12:14 ` fritz huber
0 siblings, 0 replies; 5+ messages in thread
From: fritz huber @ 2007-05-16 12:14 UTC (permalink / raw)
To: buildroot
> On Wed, May 16, 2007 at 01:37:48PM +0200, fritz huber wrote:
> >> On Wed, May 16, 2007 at 11:59:57AM +0200, fritz huber wrote:
> >> >Hello
> >> >
> >> >I'm working with buildroot from 2006-04-18 and kernel 2.6.12 on a ARM9
> >> system. Now i have a problem with the ssh deamon. I would like to use
> ssh
> >> with classic login. My problem:
> >> >
> >> >When i would like to login with a non-root user:
> >> >
> >> >sshd at 10.0.0.190's password:
> >> >WARNING: Your password has expired.
> >> >You must change your password now and login again!
> >> >passwd: This applet requires root priviledges!
> >> >Connection to 10.0.0.190 closed.
> >>
> >> 1) your password is set to expired, fix the expiration date.
> >> 2) configure busybox according to your needs (suid bits, busybox.conf)
> >
> >
> >Thank you for your answer.
> >
> >1) When i login on the standard terminal with RS232 it works correct.
> Just with ssh i must change my passwords (doesn't matter witch account).
> >
> >Here is the entry from my shadow file:
> >sshd:"PASSWORD":0:0:99999:7:::
>
> set the last changed field to non-null
That was the failure. Thank you for your fast support. Have a nice day.
Best regards
Fritz Huber
--
Psssst! Schon vom neuen GMX MultiMessenger geh?rt?
Der kanns mit allen: http://www.gmx.net/de/go/multimessenger
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2007-05-16 12:14 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-16 9:59 [Buildroot] sshd always wants to change password fritz huber
2007-05-16 11:01 ` Bernhard Fischer
2007-05-16 11:37 ` fritz huber
2007-05-16 11:56 ` Bernhard Fischer
2007-05-16 12:14 ` fritz huber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox