From nobody Wed Nov 16 03:22:34 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 4NBpJX058zz4hNmf for ; Wed, 16 Nov 2022 03:22:36 +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 4NBpJW1dvdz4L6g for ; Wed, 16 Nov 2022 03:22:35 +0000 (UTC) (envelope-from iio7@tutanota.com) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=tutanota.com header.s=s1 header.b=dDP1k0OV; 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 0DB8AFBF604 for ; Wed, 16 Nov 2022 03:22:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1668568954; 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=UMur2aaNkTnluCNQEDPYH7BYT3tjbTFwFiyhZ2uZmD8=; b=dDP1k0OV+Q8er6lRXZY8u7x0NvXSts1wNtbPhlJhJeg75lfhaLDQ2+saf7Zm9FHx E9Xg035ynJTL84xQnwxbMdfAKjAI4aC1c3STSDI90NRjIx06KIejSRv9dIgLWclS+L6 dPKpgDFKjA7/byvSSd2cMbOzqzmcfSDvPk2EqjWc+SUh5A5GXkWjzcTvuvsB1zbhuko 3Mkk8iF0h2oeLY3vvsaYN5m+B6FJTYB5ng8/Ik/FD9GdY6po1OErQBHqSXs4iPPr8Mn mJhs0m+brxa4yvJBgteEFWXmUfmqx/RGFxIkHAGbFt00tY2N3E13F6Umm9YLeW+egYg 3ln4FLxvAQ== Date: Wed, 16 Nov 2022 04:22:34 +0100 (CET) From: iio7@tutanota.com To: Freebsd Questions Message-ID: 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]; FAKE_REPLY(1.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-0.997]; 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:+]; ASN(0.00)[asn:24679, ipnet:81.3.0.0/18, country:DE]; RCVD_TLS_LAST(0.00)[]; MLMMJ_DEST(0.00)[freebsd-questions@freebsd.org]; FROM_EQ_ENVFROM(0.00)[]; FROM_NO_DN(0.00)[]; DKIM_TRACE(0.00)[tutanota.com:+]; TO_DN_ALL(0.00)[]; ARC_NA(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; TO_MATCH_ENVRCPT_ALL(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; MID_RHS_MATCH_FROM(0.00)[] X-Rspamd-Queue-Id: 4NBpJW1dvdz4L6g X-Spamd-Bar: - X-ThisMailContainsUnwantedMimeParts: N > I see the five menus, and help, however I cannot see how to> access any of the five menus.> > How to enter an sftp:// url whilst mc runs? You just type, MC will print what you type at the bottom of the console. You need to use "cd sftp://", otherwise if you just type "sftp", it's the command sftp, i.e. from /usr/bin/sftp and not MC via the compiled libssh. Kind regards.