From nobody Wed Nov 16 02:41:09 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 4NBnNn1V3cz4hJ1K for ; Wed, 16 Nov 2022 02:41:13 +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 4NBnNm1H7Dz3xNX for ; Wed, 16 Nov 2022 02:41:12 +0000 (UTC) (envelope-from iio7@tutanota.com) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=tutanota.com header.s=s1 header.b=1NNO3FBb; 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 BD871FBF962 for ; Wed, 16 Nov 2022 02:41:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1668566469; s=s1; d=tutanota.com; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:Sender; bh=qjgdfkR4krbRMKzuR5B2NhFOEVbReG/G/4tnBQrz5WY=; b=1NNO3FBbIf0zPs63bCry92SvApJsZaJZXhCMVopRM7prS1eFDSU0lcUhmpl20I4n dTBIhw8fRaIQ5QmMcDFoRHYyjmXIc3H07gOHu43DTTXWasNGJxq9YTx7zN5LFvRJoPK 9cPHlJmYMCw9o6Putls4vZW6T/TIJxYnwMTCJmB4a0NNQkJK++Vupjkqj0PjTSVPnGT VRVVP0Nddiw6Qj9d8ol8z1URXUf0NQgQzSeYZCAK9sBGgef08SEXB+nVag3hwM6GOYQ u016R8l1bVqbQ4bW3s7qmfW5tFtsrLUcXyDcWcJhg25CC+4OqOunGypvu3UPY131Cax vnwVezXHQQ== Date: Wed, 16 Nov 2022 03:41:09 +0100 (CET) From: iio7@tutanota.com To: Freebsd Questions Message-ID: Subject: 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 [-3.00 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-0.996]; DMARC_POLICY_ALLOW(-0.50)[tutanota.com,quarantine]; R_DKIM_ALLOW(-0.20)[tutanota.com:s=s1]; R_SPF_ALLOW(-0.20)[+ip4:81.3.6.160/28]; MIME_GOOD(-0.10)[text/plain]; MIME_TRACE(0.00)[0:+]; MLMMJ_DEST(0.00)[freebsd-questions@freebsd.org]; ASN(0.00)[asn:24679, ipnet:81.3.0.0/18, country:DE]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; 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]; TO_DN_ALL(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; MID_RHS_MATCH_FROM(0.00)[] X-Rspamd-Queue-Id: 4NBnNm1H7Dz3xNX X-Spamd-Bar: -- X-ThisMailContainsUnwantedMimeParts: N I have a bunch of different boxes on which the same version of Midnight Commander is installed. $ mc --version GNU Midnight Commander 4.8.28 Built with GLib 2.74.1 Built with S-Lang 2.3.3 with terminfo database Built with libssh2 1.10.0 With builtin Editor With subshell support as default With support for background operations With mouse support on xterm With support for X11 events With internationalization support With multiple codepages support Virtual File Systems: cpiofs, tarfs, sfs, extfs, ftpfs, sftpfs, fish Data types: char: 8; int: 32; long: 64; void *: 64; size_t: 64; off_t: 64; In the drop-down many, MC supports SFTP. I can SFTP from FreeBSD 13.1 into any OpenBSD or Linux box, but I cannot SFTP into any FreeBSD 13.1 box from anywhere. Not from FreeBSD to FreeBSD. I have checked that the options on all the boxes for sshd_config are the same and they are all running with the default settings. When I try, I get the error: Cannot chdir to "/sftp://foo" ssh and sftp from the command line works fine. It seems like MC cannot SFTP into a FreeBSD box for some reason? Kind regards.