EFForg / OpenWireless

The official home of the EFF OpenWireless Project
Other
732 stars 80 forks source link

Remove default root password. #214

Closed jsha closed 10 years ago

jsha commented 10 years ago

Fixed #177

Rangak commented 10 years ago

Same for etc/shadow-

and

changes /etc/config/dropbear

PasswordAuth 'off' RootPasswordAuth 'off'

jsha commented 10 years ago

Not sure what you mean? This changes etc/shadow.

Rangak commented 10 years ago

I meant that similar change is needed to /etc/shadow- and the other changes to /etc/config/dropbear

jsha commented 10 years ago

Oh - what does /etc/shadow- do?

The /etc/config/dropbear changes never actually had any effect so I didn't both to reproduce those.

Rangak commented 10 years ago

/etc/shadow- is a backup passwd hash file in case /etc/shadow is deleted (or corrupted?)

interesting that that dropbear changes did not have an effect. the dropbear being started by xinetd seems not to be reading that file. will look into it.