Deutsch   English   Français   Italiano  
<vn77gs$j17u$5@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail
From: Lawrence D'Oliveiro <ldo@nz.invalid>
Newsgroups: comp.sys.raspberry-pi
Subject: Re: Can't get into headless pi, password not 'raspberry'
Date: Mon, 27 Jan 2025 06:02:04 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 9
Message-ID: <vn77gs$j17u$5@dont-email.me>
References: <dh5g6l-ft72.ln1@q957.zbmc.eu> <vn4uua$3k0li$4@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Mon, 27 Jan 2025 07:02:05 +0100 (CET)
Injection-Info: dont-email.me; posting-host="c0dd28ea0fd408046f13ac9cefad553c";
	logging-data="623870"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1/BnngMhcQbdcHuzOmv5XDx"
User-Agent: Pan/0.161 (Chasiv Yar; )
Cancel-Lock: sha1:HsdKnjMXx9bk40j3SF6ihqTfoJY=
Bytes: 1324

On Sun, 26 Jan 2025 09:23:22 +0000, The Natural Philosopher wrote:

> ... openssl passwd -6 -stdin ...

I would be wary of using this command. It doesn’t seem to support the same 
password-hashing algorithms as the system crypt(3) call. And it needs to.

<https://manpages.debian.org/crypt(3)>
<https://manpages.debian.org/crypt(5)>