On Wed, Jul 21, 2021 at 12:17 PM Xiao-Yong Jin <meta.jxy@gmail.com> wrote:
> On Jul 21, 2021, at 11:08 AM, Dan Cross <crossd@gmail.com> wrote:
> > ssh linuxpc drawterm -c srvdev.rc
> >
> > yes it's a lot of back and forth, but ssh only is needed for running
> > the process, the data afterwards can use 9p directly.
>
> What's the difference between that and using something like u9fs?

auth?

This is using ssh to attach to the Linux machine to import it's filesystem into the plan9 namespace? Wouldn't authenticating from plan9 to Linux over SSH be independent of drawterm vs u9fs?

        - Dan C.