From 00528341fe2da89de79bc0b825c7ba3dcbd574a5 Mon Sep 17 00:00:00 2001 From: Bruno Raoult Date: Sat, 19 Feb 2022 18:09:43 +0100 Subject: [PATCH] test :TOC: --- nfsv4-kerberos-debian.org | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/nfsv4-kerberos-debian.org b/nfsv4-kerberos-debian.org index 7e24348..8d6d100 100644 --- a/nfsv4-kerberos-debian.org +++ b/nfsv4-kerberos-debian.org @@ -15,6 +15,7 @@ with this document./ /SPDX-License-Identifier: [[[[https://spdx.org/licenses/GFDL-1.3-or-later.html]]][GFDL-1.3-or-later]]/ #+END_QUOTE +* Table of Contents :TOC: **** Table of Contents #+TOC: headlines 3 @@ -22,9 +23,17 @@ with this document./ * Introduction If you share some files between your machines, your choice was probably [[[[https://en.wikipedia.org/wiki/Server_Message_Block]]][SMB/CIFS]], as it -is supported on nearly any platform (GNU/Linux, MacOS, Windows, iOS, Android...). +is supported on nearly any platform (GNU/Linux, MacOS, Windows, iOS, Android, ...). + +However, there are some limitations that you may find unacceptable (the loss +of uid/gid/permissions being really a blocking point for me). + +Another option (at least on GNU/Linux) could be [[https://github.com/libfuse/sshfs][sshfs]]: It is simple to use, +and requires no special settings but an ssh access to server. It could be the +ideal sharing system for many people. + +But here I will explain how to share -However, there are some limits that you likely encountered * Kerberos ** Server side For resilience reasons, I will use two kb