Received: from out.migadu.com (out.migadu.com [91.121.223.63]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 4D174782E69 for ; Fri, 24 Jan 2020 21:13:47 +0000 (UTC) Received: (Migadu outbound); Fri, 24 Jan 2020 21:13:46 +0000 Authentication-Results: out.migadu.com; auth=pass (plain) Received: from wms1-eu-central.migadu.com (wms1-eu-central.migadu.com [172.104.244.218]) by out.migadu.com (Haraka/2.8.16) with ESMTPSA id B499EBE5-DB72-4423-8376-35C4F7B6F3CC.1 envelope-from (authenticated bits=0) (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 verify=FAIL); Fri, 24 Jan 2020 21:13:42 +0000 MIME-Version: 1.0 Date: Fri, 24 Jan 2020 21:13:42 +0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Mailer: RainLoop/1.12.1 From: "Ariadne Conill" Message-ID: <3b88b917fa82a4ca23cfec0bb59233cf@dereferenced.org> Subject: Re: setup ssh no give me access, unknow option UsePAM To: "PICCORO McKAY Lenz" , "alpine-user" In-Reply-To: References: DKIM-Signature: v=1;a=rsa-sha256;bh=tMQdK4xHQXlO3rXEVhT6iS1KsOFkPamKBPPT+rkSCrU=;c=relaxed/simple;d=dereferenced.org;h=from:subject:date:to;s=default;b=wWOvzEYQdHcUiSOnwLdtM0Z8J/i3aZAqjI6tO6VYoQ97Y7z3PHJO+UGhb7IYRxG9jYTt3N05AZS5zA739YlPMmIzdXHszx3soF/pvzI6RKT2FbC/LlO/CZMv+N2pctG4UgAu0Fp8nwx/Et8B+nBxxhx//4naG46UwCMb5T+2Y3k= Hello,=0A=0AJanuary 24, 2020 3:00 PM, "PICCORO McKAY Lenz" wrote:=0A=0A> i setup openssh, created an user and uncomment "= UsePAM" to yes in the sshd_config file (as the only=0A> change)=0A> =0A> = when i try to get access pasword fails always, i created the user with:= =0A> =0A> apk add tsch=0A> =0A> adduser --uid 888 --home /users/daru --sh= ell /bin/csh normaluser=0A> what it happened?=0A=0AAlpine's openssh packa= ge does not support PAM. Also, you must set=0Aa password in order to all= ow the user to log in remotely.=0A=0AAriadne