From nobody Wed Nov 16 22:33:00 2022 X-Original-To: freebsd-questions@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4NCHr16YHBz4hFVV for ; Wed, 16 Nov 2022 22:33:05 +0000 (UTC) (envelope-from iio7@tutanota.com) Received: from w1.tutanota.de (w1.tutanota.de [81.3.6.162]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mail.tutanota.de", Issuer "Sectigo RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4NCHr03M5cz44xW for ; Wed, 16 Nov 2022 22:33:04 +0000 (UTC) (envelope-from iio7@tutanota.com) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=tutanota.com header.s=s1 header.b="YX9/sGm/"; spf=pass (mx1.freebsd.org: domain of iio7@tutanota.com designates 81.3.6.162 as permitted sender) smtp.mailfrom=iio7@tutanota.com; dmarc=pass (policy=quarantine) header.from=tutanota.com Received: from tutadb.w10.tutanota.de (unknown [192.168.1.10]) by w1.tutanota.de (Postfix) with ESMTP id 42681FBF94C for ; Wed, 16 Nov 2022 22:33:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1668637980; s=s1; d=tutanota.com; h=From:From:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Content-Transfer-Encoding:Cc:Cc:Date:Date:In-Reply-To:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:References:Sender; bh=1LhOfRyqnL0NMmH9H2vH2o9PdUsSAZy/9NPy3mVCc78=; b=YX9/sGm/j2S3eumnSrxH8ywRj3UANIs/OtaZcujrkYAO+2GchsVFJgGlTV6CcrkD vZAZnovyN64/UHsBZpf9oURSFDwMQvjdrausdOwW06FU1m04f6P9umGgJSihXqruVhd 8CSMJ6kvTMkNaIBAxiIalM7H2Zor9DtkM2SlZvtsILjMbJySloy+LtgsVK9KFD9WcY0 tgV4siV8ifepyvvZrWen/378sdt9rQVRBUB3rcynLWYLKaiZl8uVSYlfZwEdj1prhUc hvsstB9YsRCIMrbpNo2xfJF8I04P2Mz4Pv/F3oLJ1cNljkQdFtEi8m/PCDeeA8khdXF 8XAG40ay3g== Date: Wed, 16 Nov 2022 23:33:00 +0100 (CET) From: iio7@tutanota.com Cc: freebsd-questions@freebsd.org Message-ID: In-Reply-To: References: Subject: Re: Cannot SFTP into FreeBSD boxes with Midnight Commander List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spamd-Result: default: False [-2.00 / 15.00]; MISSING_TO(2.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-0.998]; DMARC_POLICY_ALLOW(-0.50)[tutanota.com,quarantine]; R_SPF_ALLOW(-0.20)[+ip4:81.3.6.160/28]; R_DKIM_ALLOW(-0.20)[tutanota.com:s=s1]; MIME_GOOD(-0.10)[text/plain]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; MLMMJ_DEST(0.00)[freebsd-questions@freebsd.org]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:24679, ipnet:81.3.0.0/18, country:DE]; ARC_NA(0.00)[]; DKIM_TRACE(0.00)[tutanota.com:+]; RCVD_COUNT_TWO(0.00)[2]; TO_MATCH_ENVRCPT_ALL(0.00)[]; FROM_NO_DN(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; TO_DN_NONE(0.00)[]; MID_RHS_MATCH_FROM(0.00)[] X-Rspamd-Queue-Id: 4NCHr03M5cz44xW X-Spamd-Bar: - X-ThisMailContainsUnwantedMimeParts: N Apparently the default option for "PasswordAuthentication" is set to "no" in sshd_config on FreeBSD, which is what is causing the error. On OpenBSD and Linux it's default "yes".