help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Loading and average PGM files


From: Jordi Gutiérrez Hermoso
Subject: Re: Loading and average PGM files
Date: Thu, 28 Jun 2012 08:21:25 -0400

On 27 June 2012 17:57, Francesco Potortì <address@hidden> wrote:
>>To be clear, what I'm proposing is to do this together with a shared
>>GNU screen session. You'll see what I type, you can also type as I
>>type, and you don't need to give me any passwords, and if you distrust
>>what I'm doing, you can disconnect me at any time.
>>
>>All we need is your permission and a way to ssh into your machine from
>>the outside world. Contact me in IRC if you're interested.
>
> i know screen, I use it all the time with multiple sessions and multiple
> machines.  But I have never used it in shared mode.  Could you briefly
> explain how it can be used the way you describe?

It's quite simple. Alice and Bob ssh into some address@hidden they
can temporarily share. Alice runs "screen" and Bob connects to the
same screen with "screen -x". After this, Alice and Bob are both
seeing the same session, so for example Alice can type "ssh
address@hidden" and Bob can see what she's doing. If Bob needs
something that needs root privs, he types "sudo cp foo /usr/local" and
Alice types her password at the sudo prompt, which Bob doesn't see. If
Bob starts doing something that Alice doesn't like, Alice can see it
in real time and disconnect Bob from her homebox at any time.

Multiplayer ssh is quite fun. :-)

- Jordi G. H.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]