Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 May 2021 17:52:51 -0000 (UTC)
From:      Jonesy <SPAM_TRAP_gmane@jonz.net>
To:        freebsd-questions@freebsd.org
Subject:   Re: Can non-root user create/start services?
Message-ID:  <slrnsa2mvj.1k8m.SPAM_TRAP_gmane@vps.jonz.net>
References:  <CAEz5-SzuQfELFA2Mw9yzqWLFYvRezw=0jMH9XX2G_ZzCd5QRqg@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 15 May 2021 18:24:19 -0700, K Lu wrote:
> As subject asks. The scenario is that I want to mount a cloud storage fuse
> using rclone[1]. But this only makes sense at user level, not system wide.
>
> If I cannot then what would be the suggestion?

  sshfs -p 22 -- userid@example.net:/home/userid/ $HOME/-mount-point-/

... using public/private key for login.

Later, to unmount:

  fusermount -u $HOME/-mount-point-/




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?slrnsa2mvj.1k8m.SPAM_TRAP_gmane>