From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 5AD9CA0C41; Thu, 18 Nov 2021 11:16:38 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4D5A740696; Thu, 18 Nov 2021 11:16:38 +0100 (CET) Received: from mailgw02.pantheon.sk (mailgw01.pantheon.sk [46.229.239.26]) by mails.dpdk.org (Postfix) with ESMTP id 3FC0F40395 for ; Thu, 18 Nov 2021 11:16:37 +0100 (CET) Received: from mailgw02.pantheon.sk (localhost.localdomain [127.0.0.1]) by mailgw02.pantheon.sk (Proxmox) with ESMTP id 14248182DE2; Thu, 18 Nov 2021 11:16:37 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pantheon.tech; h=cc:cc:content-transfer-encoding:content-type:content-type :date:from:from:in-reply-to:message-id:mime-version:references :reply-to:subject:subject:to:to; s=dkim; bh=ybXJwmMmYR7yadJ1VbTL 4wKQ3VLwl8my7XqWF4M196E=; b=T6n9o4hSCBtybAtCRg8hr9ItC6XkPxJVVR8m j1uUrBOQmeGFmSqAIkd3zdyV9z6qvjvgRgTyzKDRVIQK7VnT/DpynPhBNYGIqNZ9 1xUvND3V1b9Z3vbUaFa0OT/EeF/eNqf554hwwqA+CQNAPx22oU7+8iFXixmk45kH fya+m649Gbkyy1thGfCfGsGGmm7R68FxH3OGPtBKmsCp0qPZyyERWT4PmqrF3Mbg kgZ+V0cHk+MRV5PnYRqFuUDBMC+2t2+SwbvlZLAnLP0fH6waKK7qvhB0/cT8e6rX dLCLicEJhJYsaeV26rpg1QB9gbL0kZy+bvvwx3tkNtwrcw79gw== From: =?iso-8859-2?Q?Juraj_Linke=B9?= To: "ohilyard@iol.unh.edu" , "dts@dpdk.org" CC: "lijuan.tu@intel.com" Subject: RE: [PATCH v2] framework: Advise against using root passwords Thread-Topic: [PATCH v2] framework: Advise against using root passwords Thread-Index: AQHX29WYe0zCRHtAgEmHZZREQ7rsDKwJEt0Q Date: Thu, 18 Nov 2021 10:16:35 +0000 Message-ID: <7f756d527e564a04bad2caffdbdb61f4@pantheon.tech> References: <20211117162330.25896-1-ohilyard@iol.unh.edu> <20211117170107.30162-1-ohilyard@iol.unh.edu> In-Reply-To: <20211117170107.30162-1-ohilyard@iol.unh.edu> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.101.4.10] Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org > Subject: [PATCH v2] framework: Advise against using root passwords >=20 > From: Owen Hilyard >=20 > Added messages to notify the user that a blank password field will use ss= h keys, > and that using root passwords is insecure. >=20 > Signed-off-by: Owen Hilyard Acked-by: Juraj Linke=B9