On Wednesday 04 November 2015 08:21:51 Pete Matos wrote:

> Man I so need to do that in my shop. This sneakernet stuff gets old
> LOL... Peace
>
> Pete

Pete, and the rest of you folks with a centralized code source generator 
and a fully networked shop, I used, haltingly, NFS for that. But someone 
intro'd me to sshfs a while back.  Security is based on shared keys, and 
the keys are shared as you do the ssh session.
.
Its like doing an ssh -Y machine.name when setup, but the shared key 
negates the login.  You still need to do the ssh -Y thing if you want to 
run LCNC on that machine while watching it run from the office, its two 
separated operations.

I have all mine setup so I can do that from this machine, but need to 
make it bi-directional yet.

I also haven't figured out how to put it in the rc.local files yet, which 
runs as root, so I have to redo it everytime a machine is rebooted.  But 
once enabled, its as close to Just Works(TM) as I've ever had here.

If I reboot this machine, restoration is as simple as, as me, no sudo 
needed:

Names for the machine are of course the alias's in all 
machines /etc/hosts file.

sshfs gene@GO704:/ /sshnet/GO704   (new mill in garage)
sshfs gene@lathe:/ /sshnet/lathe   (toy lathe in the shop shed)
sshfs gene@shop:/ /sshnet/shop     (toy mill in the shop shed)

User rights are enforced of course so I can't just blindly copy anything 
to anyplace but since I own that net, (it was not invoked by a sudo 
session) I can fire up a copy of mc on this machine and using its 2 pane 
screen, copy any file I own, to any other machines similar location that 
I own.  Moving code to the nc_files directory is now about 20% of the 
work it used to be. And its fairly secure since the transfer is encoded 
by ssh, theoretically slower, but not enough that I've noted it.

> On Wednesday, November 4, 2015, Rick Lair <r...@superiorroll.com> 
wrote:
> > It was an absolute requirement that I got that to work, probably
> > like yours, we now have multiple machines in the shop running
> > Linuxcnc, and thumb drives are easy to lose, so I have all the
> > machines networked together, so the guy in the office that makes the
> > programs, can drop the finished g code program right into the
> > nc_files folder in the respective machine, right from his desk.
> >
> >
> > Rick
> >
> > On 11/4/2015 8:09 AM, John Thornton wrote:
> > > Sweet, and it works! What a PITA to have to do this just to get an
> > > OS to do basic things. I'm still hoping someone will chime in that
> > > has built a real time kernel for Linux Mint so I can try that.
> > >
> > > JT
> > >
> > > On 11/4/2015 6:55 AM, Rick Lair wrote:
> > >> Now you should be able to right click on the the folder icon you
> > >> want tot share, see the "Share" tab, and be able to click down
> > >> through and setup folder sharing on your network for that
> > >> respective folder,
> > >>
> > >> On 11/4/2015 7:51 AM, John Thornton wrote:
> > >>> Hi Rick,
> > >>>
> > >>> I followed the directions for adding folder sharing to Thunar
> > >>> but don't see any difference. What is is supposed to do?
> > >>>
> > >>> JT
> > >>>
> > >>> On 11/3/2015 9:59 AM, Rick Lair wrote:
> > >>>> John,
> > >>>>
> > >>>> Attached are some of my notes that I have found to be working
> > >>>> in regards to sharing over the network on Debian.
> > >>>>
> > >>>> You may have already tried these, but this is what I have
> > >>>> found.
> > >>>>
> > >>>> Rick
> > >>>>
> > >>>> On 11/3/2015 10:44 AM, John Thornton wrote:
> > >>>>> Samba is installed...
> > >>>>>
> > >>>>> On 11/3/2015 9:26 AM, andy pugh wrote:
> > >>>>>> On 3 November 2015 at 15:19, John Thornton <j...@gnipsel.com
> >
> > <javascript:;>> wrote:
> > >>>>>>> Networking is also hosed up on my Debian computers and try
> > >>>>>>> as I might I can't share files as freely around my LAN with
> > >>>>>>> the Debian computers.
> > >>>>>>
> > >>>>>> You nay need to install Samba, it isn't there by default. I
> > >>>>>> don't
> >
> > know
> >
> > >>>>>> if Avahi is or not.
> >
> > --------------------------------------------------------------------
> >----------
> >
> > >>>>> _______________________________________________
> > >>>>> Emc-users mailing list
> > >>>>> Emc-users@lists.sourceforge.net <javascript:;>
> > >>>>> https://lists.sourceforge.net/lists/listinfo/emc-users
> >
> > --------------------------------------------------------------------
> >----------
> >
> > >>>> _______________________________________________
> > >>>> Emc-users mailing list
> > >>>> Emc-users@lists.sourceforge.net <javascript:;>
> > >>>> https://lists.sourceforge.net/lists/listinfo/emc-users
> >
> > --------------------------------------------------------------------
> >----------
> >
> > >>> _______________________________________________
> > >>> Emc-users mailing list
> > >>> Emc-users@lists.sourceforge.net <javascript:;>
> > >>> https://lists.sourceforge.net/lists/listinfo/emc-users
> >
> > --------------------------------------------------------------------
> >----------
> >
> > > _______________________________________________
> > > Emc-users mailing list
> > > Emc-users@lists.sourceforge.net <javascript:;>
> > > https://lists.sourceforge.net/lists/listinfo/emc-users
> >
> > --
> >
> > Thanks
> >
> >
> > Rick Lair
> > Superior Roll & Turning LLC
> > 399 East Center Street
> > Petersburg MI, 49270
> > PH: 734-279-1831
> > FAX: 734-279-1166
> > www.superiorroll.com
> >
> >
> >
> > --------------------------------------------------------------------
> >---------- _______________________________________________
> > Emc-users mailing list
> > Emc-users@lists.sourceforge.net <javascript:;>
> > https://lists.sourceforge.net/lists/listinfo/emc-users


Cheers, Gene Heskett
-- 
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Genes Web page <http://geneslinuxbox.net:6309/gene>

------------------------------------------------------------------------------
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to