[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Is there a NFS alternative?
- From: David Woodhouse <dwmw2 infradead org>
- To: Development discussions related to Fedora Core <fedora-devel-list redhat com>
- Subject: Re: Is there a NFS alternative?
- Date: Thu, 08 Feb 2007 00:11:58 +0000
On Wed, 2007-02-07 at 16:02 -0800, Daniel Yek wrote:
> I am hoping for a secure solution to mount directories "shared out" from my
> other computer located remotely over the Internet. So that I can edit
> source files and execute programs "locally" and compile remotely (a much
> faster machine).
Editing of source files works quite nicely over ssh given a capable
editor.
$ emacs /dwmw2 pentafluge infradead org:/home/dwmw2/public_html/foo.html &
And obviously SSH is clever enough that that kind of trick even works
for hosts within private networks, because you can play tricks with
ProxyCommand to make 'ssh somehost.company.internal' entirely
transparent.
Mostly I just use the above trick with emacs, and rsync -- which again
works over SSH so it's easy to get to/from company-internal machines.
--
dwmw2
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]