mc Digest, Vol 117, Issue 4
chris glur
crglur at gmail.com
Fri Jan 10 03:37:25 UTC 2014
My mistake: I should have said 'if *I* need more than 4 lines, it's a failure.
OTOH, as the OP the question/agenda was set by me:
'how to communicate between PC 2m from rPi, and keep nice mc facilities',
not how to contact Snowden in Moscow.
The absurd explosion of spurious complexity is killing me.
On 1/7/14, mc-request at gnome.org <mc-request at gnome.org> wrote:
> Send mc mailing list submissions to
> mc at gnome.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://mail.gnome.org/mailman/listinfo/mc
> or, via email, send a message with subject or body 'help' to
> mc-request at gnome.org
>
> You can reach the person managing the list at
> mc-owner at gnome.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of mc digest..."
>
>
> Today's Topics:
>
> 1. Re: mc Digest, Vol 117, Issue 2 (chris glur)
> 2. Re: mc Digest, Vol 117, Issue 3 (chris glur)
> 3. Re: mc Digest, Vol 117, Issue 3 (Nate Bargmann)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 6 Jan 2014 20:17:58 +0200
> From: chris glur <crglur at gmail.com>
> To: mc at gnome.org
> Subject: Re: mc Digest, Vol 117, Issue 2
> Message-ID:
> <CACe=ECpPmahzm8z0O_5tO8RmZHnBsTP9rXKQjY7sus09TfXc_A at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Thanks, I'll check that out.
> OTOH ssh has a zillion options and intended for encryption, for being
> connected to the sole device, 2 meters away!
> I've already complained that ethernet from PC to rPi is as absurd as
> using the national-railway-system to fetch a glass of water from
> the adjacent kitchen.
>
>
> ------------------------------
>
> Message: 2
> Date: Mon, 6 Jan 2014 20:32:03 +0200
> From: chris glur <crglur at gmail.com>
> To: mc at gnome.org
> Subject: Re: mc Digest, Vol 117, Issue 3
> Message-ID:
> <CACe=ECqPkPNgKJTyq1s0A6DO7f_6Vj7uiYOUvfRk-ssQTYiP1w at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> If it need more than 4 lines of explanation it's a failure.
> Do you need CIA/KGB security clearance to put yur hand in your own pocket?
>
> On 1/5/14, mc-request at gnome.org <mc-request at gnome.org> wrote:
>> Send mc mailing list submissions to
>> mc at gnome.org
>>
>> To subscribe or unsubscribe via the World Wide Web, visit
>> https://mail.gnome.org/mailman/listinfo/mc
>> or, via email, send a message with subject or body 'help' to
>> mc-request at gnome.org
>>
>> You can reach the person managing the list at
>> mc-owner at gnome.org
>>
>> When replying, please edit your Subject line so it is more specific
>> than "Re: Contents of mc digest..."
>>
>>
>> Today's Topics:
>>
>> 1. Re: mc to access remote file-system? (Nate Bargmann)
>>
>>
>> ----------------------------------------------------------------------
>>
>> Message: 1
>> Date: Sat, 4 Jan 2014 08:13:57 -0600
>> From: Nate Bargmann <n0nb at n0nb.us>
>> To: mc at gnome.org
>> Subject: Re: mc to access remote file-system?
>> Message-ID: <20140104141357.GG5807 at n0nb.us>
>> Content-Type: text/plain; charset=us-ascii
>>
>> * On 2014 04 Jan 00:06 -0600, chris glur wrote:
>>> I've got mc on a X86:PC and on a ARM:rPi,
>>> which are interconnected via an ethernet-cable.
>>>
>>> `scp` & `rsync` seem to need me to move between
>>> the hardware.
>>>
>>> I'd much prefer to stay seated at the PC, and
>>> have a mc-view of the rPi's file-system.
>>>
>>> Can I do that?
>>
>> I use SSH to make connections to my remote systems. I use private key
>> authentication and disable password authentication on the host running
>> the SSH server (the password is prompted by the local machine to access
>> the priavte key). Once logged into the remote system, MC works very
>> well for local stuff. As I also use Mutt for mail, I have this system
>> running tmux and I can connect remotely and access my mail from
>> anywhere.
>>
>>> How does mc:ftp work?
>>
>> It can, but it is not secure. SSH offers "sshfs" which creates a mount
>> to the remote file system. I use it to mount my home directory on the
>> remote host to a directory within my home directory on my local host.
>> With MC I can just cd into the local mount point and file operations
>> between the hosts.
>>
>> All of these connections are done from my normal user account. When I
>> need root access on the remote machine I simply use su or sudo through
>> the SSH link. I disallow root login on the remote host as well.
>>
>>> And what about running the RPi's `gcc` from the PC?
>>
>> Yes. GCC will run on the RPi and display its output through the SSH
>> link to your local machine.
>>
>>> ssh seems to have a zillion options.
>>
>> True, but I've only needed a few of them to do what I do. I can provide
>> some examples privately if you'd like as that's likely off topic.
>>
>> - Nate
>>
>> --
>>
>> "The optimist proclaims that we live in the best of all
>> possible worlds. The pessimist fears this is true."
>>
>> Ham radio, Linux, bikes, and more: http://www.n0nb.us
>>
>>
>> ------------------------------
>>
>> Subject: Digest Footer
>>
>> _______________________________________________
>> mc mailing list
>> https://mail.gnome.org/mailman/listinfo/mc
>>
>>
>> ------------------------------
>>
>> End of mc Digest, Vol 117, Issue 3
>> **********************************
>>
>
>
> ------------------------------
>
> Message: 3
> Date: Mon, 6 Jan 2014 16:26:19 -0600
> From: Nate Bargmann <n0nb at n0nb.us>
> To: mc at gnome.org
> Subject: Re: mc Digest, Vol 117, Issue 3
> Message-ID: <20140106222619.GO5807 at n0nb.us>
> Content-Type: text/plain; charset=us-ascii
>
> * On 2014 06 Jan 12:34 -0600, chris glur wrote:
>> If it need more than 4 lines of explanation it's a failure.
>
> My sincere apologies for trying to be helpful and clear.
>
>> Do you need CIA/KGB security clearance to put yur hand in your own
>> pocket?
>
> No, but I use these connections over the Internet as well. YMMV, HNY.
>
> - Nate
>
> P.S. I had one line left so I used it here.
>
> --
>
> "The optimist proclaims that we live in the best of all
> possible worlds. The pessimist fears this is true."
>
> Ham radio, Linux, bikes, and more: http://www.n0nb.us
>
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> mc mailing list
> https://mail.gnome.org/mailman/listinfo/mc
>
>
> ------------------------------
>
> End of mc Digest, Vol 117, Issue 4
> **********************************
>
More information about the mc
mailing list